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