Skip to content
/ react-ts-starter Public template

Starter React project with TypesScript and WebPack

License

Notifications You must be signed in to change notification settings

hdorgeval/react-ts-starter

Repository files navigation

react-ts-starter

Starter React project with TypesScript and WebPack

Usage

Scaffold this repo by running this command:

npx degit hdorgeval/react-ts-starter my-new-project
cd my-new-project
npm install
npm start