Skip to content

bradgarropy/weighter

Repository files navigation

Weighter

Build Status NSP Status

Using my NWA Template as a starting point, I created this server side web application where users can track their weight over time.

See the project here: https://weighter-production.herokuapp.com/

Usage

If you would like to build and run this site locally, follow the instructions below.

First, clone the repository.

git clone https://github.com/bradgarropy/weighter.git

Next, install the dependencies.

npm install

Then, start the web server.

npm start

Finally, navigate to the site.

localhost:3000