Skip to content

mateusz-bielak/freshly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Freshly

Simple application to get current air quality from stations allocated in Poland. Created for practicing React Hooks.

Prerequisites

To run app on your local machine you will need Node.js (tested with v11.2.0)

Installation

Install NPM packages for server and client apps:

npm install

cd client
npm install

You can use yarn for that too:

yarn

cd client
yarn

Usage

To run app locally run proxy server at first:

npm start

Next, go to client directory and start React app:

cd client
npm start

Freshly app should open in a default browser with url http://localhost:3000

About

Get current air quality

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published