Skip to content

docertabum/InspireDayReact

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 81.2%
  • HTML 11.1%
  • CSS 7.7%