-
Notifications
You must be signed in to change notification settings - Fork 0
Getting Started
Christina Last edited this page Dec 6, 2019
·
3 revisions
This project was bootstrapped with Create React App.
In the terminal window, change directory to the root folder -
cd client
Run the setup script
npm run setup
This will install all needed dependencies and fix any minor errors your system runs into.
To start the project, use the start script
npm start
.
To deploy to GitHub Pages use the deploy script
npm run deploy