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
- Host: GitHub
- URL: https://github.com/raynardj/nodejs-learn
- Owner: raynardj
- License: apache-2.0
- Created: 2020-04-16T04:55:11.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-07T02:02:05.000Z (about 6 years ago)
- Last Synced: 2025-03-28T04:37:33.535Z (about 1 year ago)
- Topics: backend, docker, javascript, learning, node, nodejs
- Language: HTML
- Size: 126 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```