/forecast-dashboard

Project for weather forecast in Real-Time

Primary LanguageJavaScript

Forecast Dashboard

Project for weather forecast in Real-Time using React.

My image

Version

2.0.2

Technologies

  • 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

Development

Run application:

$ grunt serve

Build application:

$ grunt build

Run unit testing with Karma test runner:

$ grunt test

How to Run

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

How to Run (Simple)

Just run start.bat (Express.js)