Skip to content

Latest commit

 

History

History
54 lines (34 loc) · 1.39 KB

File metadata and controls

54 lines (34 loc) · 1.39 KB

webdev-backend

Status
Staging
Production Build status
CI/CD Azure Devops
Server Amazon EC2
IPv4 34.225.250.142
Swagger webdev-studio
DOC APIs APIs DOC

Description

Backend for Webdev Studio Entry Task

How to run

Development:

npm install
npm run dev

Format code with Prettier

Run this command in the beginning:

npm run husky-prepare

Whenever you make a new commit, Prettier will format your code automatically.

If you want to run Prettier manually:

npm run pret

Notice

Developers can modify everything but please provide the scripts to run dev, lint and test.

For example:

  • Developers can change the place of test files, developers can add test config
  • Developers can change the folder structure
  • Developers can change the content inside src folder but please remain the server.js file.