- Clone/download repo
- Install dependencies
git clone git+ssh://git@bitbucket.org/boats-group/lib-node-content.git
cd lib-node-content
npm install
NPM 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 |