https://github.com/ayonious/template-react-ts
đŻA template repo for react apps in Typescript made without create-react-app
https://github.com/ayonious/template-react-ts
Last synced: 3 months ago
JSON representation
đŻA template repo for react apps in Typescript made without create-react-app
- Host: GitHub
- URL: https://github.com/ayonious/template-react-ts
- Owner: ayonious
- License: mit
- Created: 2020-04-28T21:39:08.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-10-06T09:19:59.000Z (10 months ago)
- Last Synced: 2025-10-30T09:40:43.194Z (9 months ago)
- Language: TypeScript
- Size: 1.05 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Typescript React Project Template
[](https://github.com/ayonious/template-react-ts/actions)
> a bare minimum Typescripted react Project. Without using create-react-app
## 𤡠Why is this needed?
This is a template project for me to bootstrap all other react projects.
## đ This contains:
1. Babbel
2. Webpack
3. React
4. Typescript
Also contains small tools:
1. prettier and husky (format when you push)
2. .gitignore
3. renovate bot config
## đ Running instruction
### Devmode
```bash
npm install
npm run start
```
### Make Production build
```bash
npm install
npm run build
```
Then open the dist/index.html file on your browser