Skip to content

ucsb-cs156-s23/STARTER-team01

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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