https://github.com/blazzed21/react-repository-base
Base Repository for developing apps using React
https://github.com/blazzed21/react-repository-base
babel eslint js react react-dom react-router-dom-v6 webpack
Last synced: 3 months ago
JSON representation
Base Repository for developing apps using React
- Host: GitHub
- URL: https://github.com/blazzed21/react-repository-base
- Owner: BLazzeD21
- License: apache-2.0
- Created: 2024-01-13T16:08:28.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-02T20:23:41.000Z (over 2 years ago)
- Last Synced: 2025-06-01T15:49:17.161Z (about 1 year ago)
- Topics: babel, eslint, js, react, react-dom, react-router-dom-v6, webpack
- Language: JavaScript
- Homepage: https://react.dev/
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# 🚀 Welcome to the react application!
## Development ðŸ›
### To start a project for development:
```bash
npm i && npm run start
```
Runs the app in the development mode.\
Open [http://localhost:3001](http://localhost:3001) to view it in the browser.
The page will reload if you make edits.
## Deploying 💾
### To build an assembly project:
```bash
npm run build
```
Builds the app for production to the `build` folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
### Cleaning:
```bash
npm run clean
```
Removes the `build` folder.