A Node.js REST API for Vsign site
-
Express (Routing middlewares, Web, Api),
-
SCSS,
-
EJS,
-
Simple npm setup and maintenance, without grunt/gulp/webpack/...
-
Support for async/await
npm install
npm run dev
Run the linter manually:
npm run lint
Clean temp folders:
npm run clean
Run the tests:
npm test
Generate docs, the output will be in /doc folder:
npm run doc
To run the project in a server you'll want to run the built code instead src version.
# deploy the repo to server and run
npm install
npm start