Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

create-rocnogu-reacts-mod

rocnogu10ISC1.0.0

A React Starter from scratch.

npm, npmjs, npm.js, react, react.js, create-react-app-rocnogu

readme

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