Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

create react app

// Create React app
npx create-react-app my-app

// Redux + Plain JS template
npx create-react-app my-app --template redux

// Redux + TypeScript template
npx create-react-app my-app --template redux-typescript
 
PREVIOUS NEXT
Tagged: #create #react #app
ADD COMMENT
Topic
Name
5+9 =