Skip to content

Getting Started

Christina Last edited this page Dec 6, 2019 · 3 revisions

This project was bootstrapped with Create React App.

SETUP

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.

DEPLOYMENT TO GITHUB PAGES

To deploy to GitHub Pages use the deploy script npm run deploy