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

https://github.com/natterstefan/nodejs-playground

NodeJS Playground with REST-API example.
https://github.com/natterstefan/nodejs-playground

boilerplate docker-image eslint jest nodejs nodejs-server typescript

Last synced: 3 months ago
JSON representation

NodeJS Playground with REST-API example.

Awesome Lists containing this project

README

          

# NodeJS Playground

## Getting Started

```bash
# install dependencies
yarn

# prepare the repo
yarn copyfiles

# build the app the first time
yarn build

# start the app
yarn start
```

## How to run the Docker Image

```bash
docker-compose up --build
```

## Build and Deploy Docker Image

```bash
docker-compose build
```

## Misc

-
-
-

## Contributors ✨

Thanks goes to these wonderful people
([emoji key](https://allcontributors.org/docs/en/emoji-key)):



Stefan Natter

🤔

This project follows the
[all-contributors](https://github.com/all-contributors/all-contributors)
specification. Contributions of any kind welcome!

## Licence

[MIT](LICENSE)