STARTER-team01

Getting Started on localhost

cd frontend
npm install  # only on first run or when dependencies change
npm start

Then, the app should be available on http://localhost:3000

Getting Started on GitHub Pages

Edit the frontend/package.json file to change this entry:

  "homepage": "https://ucsb-cs156.github.io/STARTER-team01",

To run React Storybook