Weather forecasts page
npm install -g bower
npm install -g grunt
Install all of the dependencies, including the server ones
bower install
npm install
cd server
npm install
Run the default Grunt task to prepare required files
grunt
Run the server from the 'server' folder ...
node server.js
... or from the root folder using grunt task
grunt express
Now the server should be up and running on localhost:8080
- Install .editorconfig plugin for you editor or IDE in order to maintain consistent coding styles
- Run the following Grunt task to setup pre-commit hook, that checks code-style before every commit is made
grunt setup
- Fork it
- Create your feature branch
- Commit your changes
- Push to the branch
- Create new Pull Request
- Anastasiya (@tenebricosa)
- Andrew (@zyaba)
- Maksim (@drzoom3)
- Nikita (@Ellaylone)