Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 271 Bytes

File metadata and controls

15 lines (9 loc) · 271 Bytes

This project was bootstrapped with Create React App.

Install dependencies

npm install

Run Webserver

npm start

Deploy to production

npm i -g serve

npm run build:prod

serve -l 5000 -s build