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.
- Host: GitHub
- URL: https://github.com/natterstefan/nodejs-playground
- Owner: natterstefan
- License: apache-2.0
- Created: 2021-01-12T06:19:18.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-21T09:38:51.000Z (over 5 years ago)
- Last Synced: 2025-04-05T03:27:24.088Z (about 1 year ago)
- Topics: boilerplate, docker-image, eslint, jest, nodejs, nodejs-server, typescript
- Language: JavaScript
- Homepage:
- Size: 207 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: .github/CODEOWNERS
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)):
This project follows the
[all-contributors](https://github.com/all-contributors/all-contributors)
specification. Contributions of any kind welcome!
## Licence
[MIT](LICENSE)