Skip to content

oshadabasnayake/React-Contact-Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 

Repository files navigation

React-App

For react testings

type node -v Install Node js Install npm

===============================================================

  1. npm install -g create-react-app
  2. npx create-react-app my-app
  3. cd my-app
  4. npm start

Created git commit.

Success! Created my-app at C:\Users\Oshada Basnayake\Desktop\New folder\my-app Inside that directory, you can run several commands:

npm start Starts the development server.

npm run build Bundles the app into static files for production.

npm test Starts the test runner.

npm run eject Removes this tool and copies build dependencies, configuration files and scripts into the app directory. If you do this, you can’t go back!

We suggest that you begin by typing:

cd my-app npm start

Happy hacking!