If you don't have node, install node + npm. To check if you have npm/node or need to install npm/node, follow the instructions here
Clone the repo into a prism directory and install dependencies:
git clone https://github.com/prism-fydp/frontend.git
cd frontend
npm install
Having issues installing? See debugging guide
Start the app in the dev
environment:
npm start
See docs on boilerplate at docs and guides here