Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

create react app

## Open your Terminal and put these commands, then hit Enter
npx create-react-app my-react-app
cd my-react-app
npm start
## Then open http://localhost:3000/ to see your app.
Source by reactjs.org #
 
PREVIOUS NEXT
Tagged: #create #react #app
ADD COMMENT
Topic
Name
4+3 =