Skip to content

Igorisonfire/weather-app

Repository files navigation

Weather App

Start Weather App

Weather App

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

For running this application you need to have NodeJs and NPM. We recommend to use NVM for managing NodeJs versions For NVM installation please refer to manual

Installing

npm install

Run application

npm run start

If you need to compile application for deployment

npm run build

Tests

npm run test
npm run cover

Built With