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

https://github.com/raynardj/nodejs-learn

Learning node.js
https://github.com/raynardj/nodejs-learn

backend docker javascript learning node nodejs

Last synced: 2 months ago
JSON representation

Learning node.js

Awesome Lists containing this project

README

          

# nodejs-learn
> Learning node.js environment

## Building docker
```shell
cd nodejs-learn
docker build -t nlearn .
```

## Starting shell

You have to run the ```start.sh``` within its parent dir
```
bash start.sh
```
## Run app service

For testing
```
nodemon
```

For production
```
node app.js
```