Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 1.12 KB

File metadata and controls

46 lines (28 loc) · 1.12 KB

webdev-backend

Status
Staging
Production Build status
CI/CD Azure Devops
Server Amazon EC2
IPv4 34.225.250.142

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.

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.