Project Startup
Booting the frontend project up
Open up your terminal/command line and navigate to the root frontend folder, client.
cd /path/to/clientInstall the necessary dependencies for the frontend.
npm installLast updated
Was this helpful?