Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 556 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 556 Bytes

Prerequisites

download Node.js with NPM latest version

download VisualStudio code

put NPM and Node.js on the path in environment variables ( in case node -v and npm -v not recognized )

npm install -g create-react-app

npm install -g create-components-react

Install node modules

go to the folder where the package.json is placed and run npm install. All node modules will be downloaded.

Start the SPA

npm start runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.