npm install / yarn
npm start / yarn start
npm run build / yarn build
- All the pages that you make must be inside
src/pages
folder and filename should follow pascal case with extension of.js
- All the components of a particular page must be inside
src/components/<page-name>
folder and filename should follow pascal case with extension of.js
- All the config files must be inside
src/config
folder - All css files must be inside
src/css
folder and filename should follow camel case - All images, font files must be inside
src/assets/<images/fonts>
folder and filename should follow camel case - All class names should follow bem convention
- Avoid inline styling