Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 362 Bytes

readme.md

File metadata and controls

22 lines (15 loc) · 362 Bytes

Frontend development environment

This is a frontend development environment created with docker.

Inlcuding

  • node.js 14.17
  • npm 6.14
  • yarn 1.22
  • mysql 5.7

Usage

git clone https://github.com/MoeCasts/dockerfile-frontend.git
cd dockerfile-frontend

docker compose up -d

# exec to react
docker compose exec --user=me -it react /bin/zsh