Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 325 Bytes

08-react.md

File metadata and controls

25 lines (13 loc) · 325 Bytes

Commands related to React development

Generate new react app with typescript

npx create-react-app techtalks-ui --template typescript

Build Docker image

docker build -t nileshgule/techtalksui:react .

Run Docker image

docker run -p 3000:80 nileshgule/techtalksui:react