Just a architecture to manage a web project with :
- Npm scripts
- Budo
- Babel
- Stylus
- EsLint and AirBnb EsLint
- ...
-
npm install
for installing dependencies. -
npm start
for starting the development with auto reloading. -
npm run build
for having apublic/
production directory.
-
Babel for using ES6.
-
Budo for live reloading.
-
Style Guide :
Follow the AirBnb Javascript Style Guide with her Eslint. You can also follow her AirBnb React Style Guide