Infinitely listen to homemade Lofi HipHop
- React (Create-React-App)
- React-Redux
- React-Router
- Heroku
- Eslint
- Node.js
The project can be accessed here Github
$ git clone hhttps://github.com/Jorbeatz/Lo-Finity/tree/master
$ cd Lo-Finity
$ npm install
$ npm startTo view the documentation, install the docsify command line tools
npm i docsify cli -gRun the local server with docsify serve at the root directory
docsify serve docsIf you do not have it already, please install node v8.10.0
Run the following command within the Lo-Finity/ directory
npm installTo start a local instance of the web application, run
npm startWe utilize AirBnB's popular style guide to format our JS code
To run ESLint, run the following command within the Lo-Finity/ directory
./node_modules/.bin/eslint fileName.js| Command | Description |
|---|---|
| npm start | Start webpack development server @ localhost:3000 |
| npm run build | Build production bundles to ./build directory |