https://github.com/jansanchez/nocker-app-delete
Super Simple Node.js Web App Template build with Docker
https://github.com/jansanchez/nocker-app-delete
docker docker-compose es2015 javascript nodejs yarn yarn-cache
Last synced: 2 months ago
JSON representation
Super Simple Node.js Web App Template build with Docker
- Host: GitHub
- URL: https://github.com/jansanchez/nocker-app-delete
- Owner: jansanchez
- Created: 2017-04-22T05:41:49.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-22T16:36:48.000Z (about 9 years ago)
- Last Synced: 2025-06-01T08:33:47.029Z (about 1 year ago)
- Topics: docker, docker-compose, es2015, javascript, nodejs, yarn, yarn-cache
- Language: Shell
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# **Nocker-App**
Super Simple Node.js App Template running over Docker
**Includes:**
- NodeJS with ES2015 (babel)
- Yarn (using cache)
- Docker
- Docker Compose
- ExpressJS
## How to use?
```
./docker/scripts/setup.sh && docker-compose up
```
So, open the browser....
## Localhost
[http://localhost:3001](http://localhost:3001)
## **Other commands**
## Setup (build + supply)
```
./docker/scripts/setup.sh
```
## Only Build
```
./docker/scripts/build.sh
```
## Only Supply
```
./docker/scripts/supply.sh
```
## How to add other dependencies?
```
./docker/scripts/supply.sh deps yarn add css-url-versioner
```
## How to run other tasks?
```
./docker/scripts/supply.sh deps yarn run start
```
## How to kill it?
```
docker-compose down
```