- Component and Reducer generator.
- LESS preprocessor (Autoprefixer).
- Flowtype.
- Configured ESlint (Prettier).
- HMR (Hot module replacemant).
- Code spliting.
- Assets loading.
git clone https://github.com/armved/react-avate.git
npm install
or
yarn install
If you are using assets (photos, fonts, etc.) you can load them easily. First add it in assets folder then import it in assets/index.js
yarn gen
Webpack dev server starts in 8080 port (Check .env file for ENV=DEV)
yarn start
For deployment perfomance and extracted CSS in .env change ENV to PROD
yarn build
Avetik Harutyunyan (armved) | Gegham Samvelyan (VamOSGS) |