Skip to content

talenW/react-startup

Repository files navigation

If you are not using Docker

development

npm install
npm start 

production

npm install
npm run build

If you are using docker

development

docker-compose up

production

docker-compose -f docker-compose-prod.yml up -d --build

To access on development server go to: http://0.0.0.0:8080/#/

To access on prod nginx server go to: http://0.0.0.0

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published