https://github.com/docksal/boilerplate-nodejs
NodeJS app boilerplate power by Docksal (with example of using a specific Node version)
https://github.com/docksal/boilerplate-nodejs
docker nodejs
Last synced: over 1 year ago
JSON representation
NodeJS app boilerplate power by Docksal (with example of using a specific Node version)
- Host: GitHub
- URL: https://github.com/docksal/boilerplate-nodejs
- Owner: docksal
- Created: 2018-02-04T02:48:21.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-03-10T15:29:41.000Z (over 3 years ago)
- Last Synced: 2024-04-13T21:54:54.857Z (about 2 years ago)
- Topics: docker, nodejs
- Language: Shell
- Homepage: https://docksal.io
- Size: 9.77 KB
- Stars: 3
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NodeJS example for Docksal
A basic "Hello world" NodeJS app example.
## Features
- Uses and extends from Docksal's NodeJS stack (`DOCKSAL_STACK=node`)
- Example of stock `docksal/cli` image customization via [Dockerfile](.docksal/services/cli/Dockerfile) to install custom node version
- Live reload via `nodemod`
## Prerequisites
[Docksal](https://docs.docksal.io/en/master/getting-started/env-setup)
## Usage
```bash
git clone https://github.com/docksal/boilerplate-nodejs.git
cd boilerplate-nodejs
fin init
```
Open [http://boilerplate-nodejs.docksal](http://boilerplate-nodejs.docksal)