Skip to content

VictoriaVasys/QS-Frontend

Repository files navigation

Quantified Self Webpack

The front-end component to Turing School Mod 4 Quantified Self project. View the APIs provided @ ms-vv-quantified-self.herokuapp.com. Back-end repo found here: https://github.com/stovermc/QS-Node-Backend

Collaborators

Victoria Vasys & Mark Stover

Setup

  1. Install the dependencies of the starter kit
npm install
  1. Start the server
 npm start
  1. Visit http://localhost:8080 or http://localhost:8080/webpack-dev-server to run the applicaation

  2. http://localhost:8080/webpack-dev-server/test.html to run your test suite in the browser.

Run Tests in the Terminal

To run all tests:

npm test

To run a single test:

npm test test/<name>.js

About

The JS front-end to Mod 4 BEE project Quantified Self

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published