https://github.com/emirchus/reactjs-boilerplate
Personal ReactJS Boilerplate with custom react router
https://github.com/emirchus/reactjs-boilerplate
boilerplate css html parceljs react-router reactjs sass scss webpack
Last synced: 2 months ago
JSON representation
Personal ReactJS Boilerplate with custom react router
- Host: GitHub
- URL: https://github.com/emirchus/reactjs-boilerplate
- Owner: emirchus
- Created: 2021-02-22T09:08:36.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-02T10:48:07.000Z (about 5 years ago)
- Last Synced: 2025-02-12T19:47:36.072Z (over 1 year ago)
- Topics: boilerplate, css, html, parceljs, react-router, reactjs, sass, scss, webpack
- Language: JavaScript
- Homepage:
- Size: 274 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Welcome to ReactJSXParcelJS uwu
## Available Scripts
In the project directory, you can run:
### `npm run dev`
Runs the app in the development mode.
Open [http://localhost:1234](http://localhost:3000) to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
### `npm test`
Same as dev, but you will run a test version made by me, to see the power of the boilerplate and to have a reference of the routing and more.
### `npm run build`
Builds the app for production to the `dist` folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!