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 yarn
Clone this repository and go to this project's root location
yarn install
yarn start
npm run start:dev
Open browser and go to https://localhost:3000/
yarn test
yarn build
yarn start:prod