Project for weather forecast in Real-Time using React.
2.0.2
- React - A javascript library for building user interfaces!
- Grunt - The JavaScript Task Runner
- material ui - A CSS Framework and a Set of React Components that Implement Google's Material Design
- jQuery - is a fast, small, and feature-rich JavaScript library
- Karma - a test runner that fits all our needs
Run application:
$ grunt serve
Build application:
$ grunt build
Run unit testing with Karma test runner:
$ grunt test
Clone repository:
$ git clone https://github.com/gios/forecast-dashboard.git
Install dependencies:
$ npm i
Start server in terminal:
$ node server
or
$ iojs server
Start client in other terminal or tab:
$ grunt serve
Just run start.bat (Express.js)