Babel 7, Typescript, React, Redux, Sagas, Styled Components
- Check out project
- Run
yarn
- Run
yarn devserver
- Project will be available on http://localhost:9002
- Set
NODE_ENV
to development for dev build (source maps, no uglification or minification) - Set
NODE_ENV
to production for prod build (no source maps, uglification and minification) - Defaults to prod build if
NODE_ENV
is not set