Skip to content

prism-fydp/frontend

Repository files navigation

Install

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

Starting Development

Start the app in the dev environment:

npm start

Docs

See docs on boilerplate at docs and guides here