Skip to content
This repository was archived by the owner on May 9, 2021. It is now read-only.

Latest commit

 

History

History
27 lines (19 loc) · 407 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 407 Bytes

Run with docker

To build the image

  $user@current_folder: docker build -t test-reactjs .

Start the server

  $user@current_folder: docker run -it -p 8080:8080 test-reactjs

This site ready at: localhost:8080

Run as development

  $user@current_folder: npm install

Then

  $user@current_folder: npm start

This site ready at: localhost:3000