Skip to content

fetemplates/react-webpack-ts

 
 

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

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 62.1%
  • TypeScript 28.2%
  • HTML 6.2%
  • CSS 3.0%
  • SCSS 0.5%