0.0.0 • Published 10 months ago

backoffice4 v0.0.0

Weekly downloads
-
License
-
Repository
-
Last release
10 months ago

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 🛠️

  1. Node.js: Download and install Node.js version 15.14.0 here.

  2. npm: Download and install npm version 9.6.3 by running the following command:

    npm install -g npm@9.6.3

Project Setup 📁

  1. Clone the CW-BackOffice repository:

    git clone https://github.com/CloudWiseLTD/CW-BackOffice.git
  2. Navigate to the project folder:

    cd path/to/your/project
  3. Install project dependencies:

    npm install --force

Start Development Server 🚀

  1. 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! 🎉