Skip to content

rocnogu/create-react-app-rocnogu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published