Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 313 Bytes

README.MD

File metadata and controls

26 lines (16 loc) · 313 Bytes

covid19-kaggle-frontend

preview

Running Locally

Must be in the frontend folder

npm install
npm start

Generating Static Website Assets

Must be in the frontend folder

The static website will be located in the build folder.

npm build