Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 361 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 361 Bytes

clubday

LAHS Club Day 2020

Building and running on localhost

Choose which project:

cd react

or

cd svg

Then install dependencies:

npm install

To run in hot module reloading mode:

npm start

To create a production build:

npm run build-prod

Running

Open the file dist/index.html in your browser