A skeleton for a React SPA, using:
- typescript
- webpack
- eslint
- prettier
- yarn
- clone the repo
- in the root directory, run
yarn - to run locally in dev mode -
yarn start - to build -
yarn build:{staging/prod}
The current skeleton supports 3 environments with matching .env files:
- env.development
- env.staging
- env.production