Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tddbin/katas

Service providing katas that can be loaded into tddbin.com, most used by
https://github.com/tddbin/katas

Last synced: 3 months ago
JSON representation

Service providing katas that can be loaded into tddbin.com, most used by

Awesome Lists containing this project

README

        

# katas-service
Service providing katas that can be loaded into tddbin.com.

## Develop using Docker

Since it is not common anymore to install any tool like node or alike globally,
docker is being used here.

To develop with nodejs use the following:
- `./run.sh npm install` to install all npm packages, to be able to run the app
- `./run.sh npm test`
- `./run.sh npm run build` generates all files into the `./dist` directory
- `./run.sh /bin/bash` runs the container and beams you on the shell of this container, where you can work
like all would be installed, e.g. `npm i` etc. no `./run.sh` prefixing needed.