https://github.com/ayonious/template-react-ts-2
React Template Project 2
https://github.com/ayonious/template-react-ts-2
Last synced: 3 months ago
JSON representation
React Template Project 2
- Host: GitHub
- URL: https://github.com/ayonious/template-react-ts-2
- Owner: ayonious
- License: mit
- Created: 2021-12-21T10:15:36.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-07-25T12:11:39.000Z (12 months ago)
- Last Synced: 2025-07-25T18:55:50.674Z (12 months ago)
- Language: TypeScript
- Size: 458 KB
- Stars: 0
- Watchers: 2
- 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-2/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
5. React Router
Also contains small tools:
1. prettier and husky (format when you push)
2. .gitignore
3. renovate bot config
## 🏃 Running instruction
### Devmode
```bash
yarn
yarn start
```
### Make Production build
```bash
npm install
npm run build
```
Then open the dist/index.html file on your browser