@elationbase/lib-node-content-1
v1.1.0
Published
Node library to connect CMS content to BT front-ends
Readme
@dmm/lib-node-content
Node library to connect CMS content to BT front-ends
:computer: Installation
- Clone/download repo
- Install dependencies
git clone git+ssh://[email protected]/boats-group/lib-node-content.git
cd lib-node-content
npm installNPM Scripts
| Command | Description |
| ----------------- | -------------------------------------- |
| npm start | [ToDo] Serve @ http://localhost:0000 |
| npm run build | Build TSC to /dist/ |
| npm test | Run tests with --watch flag |
| npm run test:ci | Run tests |
| npm run lint | Run linter |
