Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

react new project

create new project - npx create-react-app (yourApp name)  -- npx create-react-app test
then to that folder - cd test
start the project - npm start or yarn start
Source by reactjs.org #
 
PREVIOUS NEXT
Tagged: #react #project
ADD COMMENT
Topic
Name
4+5 =