Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hdorgeval/react-ts-starter
Starter React project with TypesScript and WebPack
https://github.com/hdorgeval/react-ts-starter
eslint jest react reactjs starter-project starter-template typescript webpack4
Last synced: 21 days ago
JSON representation
Starter React project with TypesScript and WebPack
- Host: GitHub
- URL: https://github.com/hdorgeval/react-ts-starter
- Owner: hdorgeval
- License: mit
- Created: 2019-02-09T21:46:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-01T04:32:06.000Z (almost 2 years ago)
- Last Synced: 2024-10-07T15:21:00.412Z (about 1 month ago)
- Topics: eslint, jest, react, reactjs, starter-project, starter-template, typescript, webpack4
- Language: JavaScript
- Size: 1.71 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# react-ts-starter
Starter React project with TypesScript and WebPack
## Usage
Scaffold this repo by running this command:
```npm
npx degit hdorgeval/react-ts-starter my-new-project
cd my-new-project
npm install
npm start
```