rferromoreno / AccuWeatherSearch

Project in NodeJS and React, using AccuWeather API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started

Clone the repository and remove the .git folder:

$ git clone https://github.com/rferromoreno/AccuWeatherSearch.git my-app
$ cd my-app
$ rm -rf .git
$ npm install

Start development server:

$ npm start

That's all, you can now modify any front or back-end code and everything will be reloaded automatically.

License

MIT © Hexacta

About

Project in NodeJS and React, using AccuWeather API

License:MIT License


Languages

Language:JavaScript 86.5%Language:HTML 9.1%Language:CSS 4.5%