Skip to content

Latest commit

 

History

History
55 lines (33 loc) · 656 Bytes

readme.md

File metadata and controls

55 lines (33 loc) · 656 Bytes

service-name

service-name is a fullstack-microservice

For more info see fullstack-microservice docs.

api

description of service specifics here (e.g. supported patterns/routes)

development

srv is the backend service

cmp is the frontend component

Both pieces are manageable from the project root, using the following commands.

install

npm install

start

npm start

test

npm test

coverage analysis

npm run cov-report

audit dependencies

npm run audit

lint

npm run lint