Skip to content
This repository was archived by the owner on May 4, 2019. It is now read-only.

Frontend

Heath edited this page Jan 16, 2019 · 1 revision

The frontend is built with React, which requries Node.JS and NPM (Node Package Manager) to build the app. After installing Node.JS, you will need to run npm install in the frontend directory to install the required packages.

Commands:

npm run start: Runs the development server. This will serve the site on localhost:3000 and allows you to edit the site with auto-reloading.

npm run build: Builds the application and outputs to the build directory, which will be served by our webserver in production.

Clone this wiki locally