https://github.com/arrow7000/tsx-scaffold
🏗 ⚛ A minimal scaffold for getting started with React in TypeScript
https://github.com/arrow7000/tsx-scaffold
react tsx typescript webpack
Last synced: 3 months ago
JSON representation
🏗 ⚛ A minimal scaffold for getting started with React in TypeScript
- Host: GitHub
- URL: https://github.com/arrow7000/tsx-scaffold
- Owner: Arrow7000
- License: mit
- Created: 2017-03-24T15:31:43.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-30T15:14:08.000Z (over 9 years ago)
- Last Synced: 2025-08-19T22:57:01.128Z (11 months ago)
- Topics: react, tsx, typescript, webpack
- Language: JavaScript
- Homepage:
- Size: 92.8 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TSX Scaffold
A minimal scaffold for getting started with React in TypeScript
## How to use
`git clone` and modify to your heart's content.
`yarn start` runs the development server.
`yarn run build` compiles your code into the build folder, ready for production.
## Contributing
Contributions welcome!