Weather Mate's aim is to provide a handy tool for your local weather updates.
In order to build and run the application locally here is what you need to do.
$ git clone https://github.com/redian/weather-mate.git
$ cd wather-mate
$ yarn install && yarn start
$ yarn start
$ yarn test
$ yarn build
$ yarn toolbox
$ yarn eject
yarn deploy
The application is deployed to Github Pages https://redian.github.io/weather-mate/
- React 16 A modern Javascript framework to build user interfaces.
- create-react-app A CLI tool to facilitate React development.
- react-toolbox A set of React Components to build interfaces according to Google's Material Design principles.
- react-toolbox-themr A tool to statically extract and generate custom themes for React Toolbox.
- gh-pages Github Pages, publishing directly from your github hosted repository.
- enzyme Enzyme is a Javascript testing utility for React apps.