Starter Kit for developing React Web Apps!
| Folder Path | Description |
|---|---|
| __mocks__ | Jest mocks |
| env/ | Environment files |
| public/ | Public directory |
| src/components/ | React components directory |
| src/index.js | Entry file |
| src/webpack/ | Webpack configuration for dev and prod environments |
| .eslintrc.json | ESLint configuration |
| .stylelintrc | SCSS Lint configuration |
| babel.config.js | Babel configuration |
| db.json | Mock API server database |
| jest.config.json | Jest configuration |
| json-server.js | Mock API server |
| package.json | Project dependencies |
| yarn.lock | Yarn lock file |
npm i -g yarnClone this repository and go to this project's root location
yarn installyarn startnpm run start:devOpen browser and go to http://localhost:3000/
yarn testyarn buildyarn start:prod