This repo contains basic React + Typescript configuration. Master branch contains minimal config, check other branches for additional configs.
- React-router
- Auth0 (Todo)
- Redux (Todo)
Open 2 terminal windows:
npm run start
- to run wepback dev servernpm run ts-check
- to run typescript compiler in watch mode
- add unit testing (jest)
- styling?
- better production build (source maps, publicPath etc.)
- add auth0 (another branch?)
- add redux (another branch?)