1.0.0 • Published 2 years ago

create-rocnogu-reacts-mod v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

What it contains

ReactJS basic App

To run the app

Go Into the project directory and run

npm i

to install dependencies

  • and

npm start

to develop locally

Opens http://localhost:3000 in the browser.

To run React app on new port

export PORT=8000

in the console

  • or

"start": "set PORT=8000 && react-scripts start"

in package.json