Yet another react eco starter using babel 7, react 16, react router dom 4, eslint, webpack 4, ava+nyc bootstrap, font awesome, etc
Install dependencies
$ yarn
Run development server
$ yarn start
$ yarn build
Will create a dist directory containing your compiled code.
Depending on your needs, you might want to do more optimization to the production build.
Run in development
$ yarn dev
Run on the production oprimized build
$ yarn deploy
$ yarn generate
./bincontains building scripts./srccontains source code 2.1./src/assetscontains pictures, static files etc.
2.2./src/componentscontains components which are project independent
2.3./src/layoutscontains the project screen overall layout, this is the wrapper of all pages
2.4./src/pagescontains pages or screens for different features
2.4.1./src/pages/containers/contains individual redux actions within a page
2.5./sagas, ./services, ./stylesare name revealing.
To be done: