https://github.com/ayonious/template-react
👯A template repo for react apps made without create-react-app
https://github.com/ayonious/template-react
Last synced: 3 months ago
JSON representation
👯A template repo for react apps made without create-react-app
- Host: GitHub
- URL: https://github.com/ayonious/template-react
- Owner: ayonious
- License: mit
- Created: 2020-04-24T10:23:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-06-23T05:03:46.000Z (about 1 year ago)
- Last Synced: 2025-06-23T06:19:55.063Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 152 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React Project Template
This repo contains a bare minimum react Project. Without using create-react-app
This contains:
1. Babbel
2. Webpack
3. React
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