Run Boostack
You're excited to run your app ?
Done! Now your project is ready to run.
Open your favorite shell bash, cmd, or your VScode terminal and go to the folder where you saved Boostack folder and run the following command:
npm install
This will install all the other dependencies needed for the backend and the frontend in the local node_modules folder.
Once it’s done, use the following command to run both the server and client. Nodemon will monitor any changes in your source and automatically restart your server.
npm run dev
Now you can open your local client URL eg-> localhost:8080
Last updated
Was this helpful?