backoffice4
v0.0.0
Published
Follow these steps to set up your development environment for the CloudWiseLTD CW-BackOffice project using Visual Studio Code.
Downloads
3
Readme
VSCode-Editor Setup for CW-BackOffice Project 🚀
Follow these steps to set up your development environment for the CloudWiseLTD CW-BackOffice project using Visual Studio Code.
Prerequisites 🛠️
Node.js: Download and install Node.js version 15.14.0 here.
npm: Download and install npm version 9.6.3 by running the following command:
npm install -g [email protected]
Project Setup 📁
Clone the CW-BackOffice repository:
git clone https://github.com/CloudWiseLTD/CW-BackOffice.git
Navigate to the project folder:
cd path/to/your/project
Install project dependencies:
npm install --force
Start Development Server 🚀
- Start the development server:
npm start
Debugging in VSCode 💻
To debug your local web server in Visual Studio Code:
Open the command prompt and navigate to the project folder using:
cd path/to/your/project
Run the following command:
code .
Now you're all set! Happy coding! 🎉