Skip to content

React is a JavaScript Library that helps us to build stunning websites with beautiful User Interfaces

Notifications You must be signed in to change notification settings

philson-philip/react-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

React - A JavaScript Library for building User Interfaces

Commands for creating your first app with React Note - Make sure that Node.js is installed in your system

  npx create-react-app app-name

Note - In some of the system with PC name contain spaces, the above command shows error and will fail to build the app. They can try below command instead of above on to fix that.

  npm install -g create-react-app
  create-react-app app-name
  cd app-name
  npm start

The above commands open a localhost window in your default browser. Goto app-name/src/App.js Edit this App.js file and changes can be reviewed in the browser.

Happy Coding!!!

About

React is a JavaScript Library that helps us to build stunning websites with beautiful User Interfaces

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published