Demo weather app based on React Avançado boilerplate.

What is inside?

This project uses lot of stuff as:

Getting Started

First you can clone or use this template in your GitHub profile.

# install the deps
npm i

Commands

  • start: runs application on localhost:3000
  • start.server: runs server application on localhost:3000 (required build first)
  • build: creates the production build version of server and client scripts
  • test: runs jest to test all components and pages
  • storybook: runs storybook on localhost:6006
  • build-storybook: create the build version of storybook