Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

how to run a react app

# to create a react app,
 1. you first need to install npx
     > npm install npx
 2. to create a react app using npx,
     > npx create-react-app app-name
 3. open app-name folder in vs code,
 4. open vs code terminal and write,
     > npm start
 
PREVIOUS NEXT
Tagged: #run #react #app
ADD COMMENT
Topic
Name
5+6 =