Frontend
Installation
Use git to clone files to a local directory:
$ git clone https://github.com/razortheory/project-connect-fe
Assuming that Node.js and yarn are already installed, install packages:
$ yarn install
Development
Use the following command to build and serve an application for development:
yarn start
Application can be accessed for devs at http://localhost:8000/
Last updated
Was this helpful?