kirbeee / thu-senior-project

0 stars 0 forks source link

How to build the project in DEV environment

Frontend Setup

1. Install Node.js

sudo apt-get install nodejs

2. Install modules

npm install

3. Run the project

npm run start

Backend Setup

1. build the configuration file

cd server || touch dev.js

copy the document in the dev.js.example to dev.js and modify the configuration

2. Install modules

npm install

3. Run the project

npm run start