Skip to content
 
 

Repository files navigation

create-react-app

// Cach 1:
npx create-react-app
npm i typescript @types/node @types/react @types/react-dom
change app.js => app.tsx

// Cach 2:
npx create-react-app my-app --template typescript

React + ts builded by webpack => this source

Install

npm install

Run dev

npm start
or
npm run dev

Build

npm run build

:D

About

reactjs + ts builded by webpack

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages