Skip to content

Latest commit

 

History

History
57 lines (34 loc) · 1.32 KB

README.md

File metadata and controls

57 lines (34 loc) · 1.32 KB

Pixel Weather

Pixel Weather is a pixel art based, full-fledged weather application that allows you to create an account and save the weather in any location. You can also view worldwide climate change trends.

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

What things you need to install the software and how to install them

pip install npm

npm install @angular/cli

Installing

A step by step series of examples that tell you how to get a development env running

Clone the repository

git clone https://github.com/liamgillies/pixel-weather.git

Navigate to the client folder, install node modules, and start the server

cd client

npm i

ng serve

Navigate to the server folder, install node modules, and start the server

cd server

npm i

nodemon app.js

Navigate to http://localhost:4200/, and you're good to go!

Deployment

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

Built With