https://github.com/sunny-unik/react-template
Bootstrap/boilerplate to built single page applications using react.
https://github.com/sunny-unik/react-template
gh-pages github-pages hot-reloading public-template reactjs scratch-implementation webpack
Last synced: about 1 month ago
JSON representation
Bootstrap/boilerplate to built single page applications using react.
- Host: GitHub
- URL: https://github.com/sunny-unik/react-template
- Owner: Sunny-unik
- Created: 2022-08-26T00:25:21.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-02-29T16:38:57.000Z (over 2 years ago)
- Last Synced: 2025-10-25T11:47:59.667Z (7 months ago)
- Topics: gh-pages, github-pages, hot-reloading, public-template, reactjs, scratch-implementation, webpack
- Language: JavaScript
- Homepage: https://sunny.is-a.dev/React-Template/
- Size: 47.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React-Template
> It's just modified product of create-react-app in more cleaner look & ready to use.
[](https://github.com/Sunny-unik/React-Template)
## Tech Stack
- Webpack as Module Bundler
- Babel as JS transpiler
- Github-pages for deployment
## You have to know for use it
Clone this project show hidden files delete .git directory this directory is always stay hidden in most of OS. And this template also consists .gitignore file for ignore node project based personal, .env files in root directory so you don't need to write it again.
## Available Scripts
In the project directory, you can run:
```bash
npm start
```
Runs the app in the development mode.\
Open [http://localhost:8080](http://localhost:8080) to view it in your browser.
The page will reload when you make changes.\
You may also see any lint errors in the console.