ucsb-cs156-s23 / STARTER-team01

Home Page:https://ucsb-cs156-s23.github.io/STARTER-team01/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

https://ucsb-cs156-s23.github.io/STARTER-team01/

License:MIT License


Languages

Language:JavaScript 96.4%Language:HTML 3.0%Language:CSS 0.5%