https://github.com/next-dev-team/react-webpack-ts
https://github.com/next-dev-team/react-webpack-ts
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/next-dev-team/react-webpack-ts
- Owner: next-dev-team
- Created: 2023-01-31T07:21:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-01T02:16:18.000Z (over 3 years ago)
- Last Synced: 2025-07-23T01:40:52.900Z (11 months ago)
- Language: TypeScript
- Size: 261 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Download the starter kit
npx degit https://github.com/gopinav/React-TypeScript-Webpack-Starter my-app
## Install dependencies
cd my-app &&
yarn
## Run dev server
yarn start
## Build
yarn build