Project Startup

Booting the frontend project up

Open up your terminal/command line and navigate to the root frontend folder, client.

cd /path/to/client

Install the necessary dependencies for the frontend.

npm install

Last updated

Was this helpful?