- Npm scripts
- Babel
- Nodemon
- EsLint and AirBnb EsLint
- ...
-
npm install
for installing dependencies. -
npm start
for starting the development with auto reloading. -
npm run deploy
for build and starting the server.
-
npm run build
for having apublic
repository able to be used with node. -
npm run server
for starting the server.
- Babel for using ES6.
Follow the AirBnb Javascript Style Guide with her Eslint. You can also follow her AirBnb React Style Guide