Skip to content

arcadas/new-reactjs-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

New React.js app in Docker

You can create a new React.js project in a fully dockerized development environment with this repositroy.

Requirements: Docker

Create new react app:

./install.sh

Run:

docker-compose up -d

Run npm command from the host:

docker container exec <container name or id> npm <command>

If you use nginx proxy, change the docker network name in the docker-compose.yml.

About

React.js, Node, Docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published