Simple responsive book gallery of New York Times best sellers data. Serves the simple browsing experience.
- HTML 5
- CSS 3
- JavaScript
- Vue JS
- Vue Router
- Webpack
- Node JS
- FontAwesome (For icons)
- Open Sans Google Font
Want to be one? Drop your GitHub username in comments. I will add you in the list.
To start:
$ npm install
To develop:
$ npm run dev```
To build for production:
```bash
$ npm run build