Client server repository for ZDMP project.
Clone the repository into the server machine
git clone https://github.com/ZhengLinLei/ZDMP-client.git
Install the node server, run the following commands:
npm install
Run the following command to start the server:
npm run start
And acces to the server at http://localhost:3000 or http://localhost
If you are debugging the project you can run the following command to start the server in debug mode:
npm run start-n
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
- Fork the project
- Create your feature branch (git checkout -b feature/AmazingFeature)
- Commit your changes (git commit -m 'Add some AmazingFeature')
- Push to the branch (git push origin feature/AmazingFeature)
- Open a pull request
License: Apache License 2.0