Demo weather app based on React Avançado boilerplate.
This project uses lot of stuff as:
- TypeScript
- React Router
- Styled Components
- React Redux
- Redux Saga
- Jest
- React Testing Library
- Storybook
- Eslint
- Custom SSR mechanism
First you can clone or use this template in your GitHub profile.
# install the deps
npm i
start
: runs application onlocalhost:3000
start.server
: runs server application onlocalhost:3000
(required build first)build
: creates the production build version of server and client scriptstest
: runs jest to test all components and pagesstorybook
: runs storybook onlocalhost:6006
build-storybook
: create the build version of storybook