Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 646 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 646 Bytes

Devbox for javascript/react projects using docker

What you will get at the end

  • a docker container in which you can SSH in
  • node, npm, yarn and tern
  • (optional) neovim: with deoplete ,
  • (optional) Zsh: with my zshrc (that you can replace by yours)

Requirements

  • docker

Creation

./create_docker.sh

Usage

docker run -d -e HOST_USER_UID=$(id -u)  --name YOUR_PROJECT -p YOUR_LOCAL_PORT:22 js_dev_docker

so then you can ssh in your machine with port YOUR_LOCAL_PORT

Extensive list of stuff installed:

  • neovim
  • zsh
  • node
  • npm
  • yarn
  • tern
  • tern-jsx