https://github.com/ksafranski/noder
Simple, ephemeral docker-based NodeJS sandbox
https://github.com/ksafranski/noder
docker nodejs sandbox
Last synced: about 1 year ago
JSON representation
Simple, ephemeral docker-based NodeJS sandbox
- Host: GitHub
- URL: https://github.com/ksafranski/noder
- Owner: ksafranski
- Created: 2017-06-27T21:00:36.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-28T14:00:11.000Z (about 9 years ago)
- Last Synced: 2025-04-05T20:25:07.467Z (over 1 year ago)
- Topics: docker, nodejs, sandbox
- Language: Vim script
- Size: 89.8 KB
- Stars: 16
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Noder
Docker NodeJS sandbox for testing code with an editor.
## Quick Start
Run the docker container with interactive flag:
```
docker run -it fluidbyte/noder
```
Inside the container will be two tmux panes running Vim (left) and Nodemon (right). Edit the content of the file in Vim then save `:w` and the right pane will reload the file.
To exit simply use the key command `C-a + q`.
---
[](http://imgur.com/gallery/LUM2q)