https://github.com/gloriajun/boilerplate-react-webpack
https://github.com/gloriajun/boilerplate-react-webpack
boilerplate react webpack
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gloriajun/boilerplate-react-webpack
- Owner: gloriaJun
- Created: 2019-04-18T02:44:44.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-03-13T06:09:11.000Z (over 6 years ago)
- Last Synced: 2025-05-16T23:33:40.455Z (about 1 year ago)
- Topics: boilerplate, react, webpack
- Language: JavaScript
- Size: 25.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Boilerplate React
[](https://travis-ci.com/gloriaJun/boilerplate-react-webpack)
This is a starter boilerplate or react using the following technologies:
- React
- React Router
- ESLint + Prettier
## Setup
### Package Install
```bash
npm install
# or
yarn install
```
### Development mode
Runs the app in development mode.
Open `http://localhost:8080` to view it in the browser.
```bash
npm start
# or
yarn start
```
### Test
Runs the test
```bash
npm run test
# or
yarn test
```
#### Test with watch
Runs the test watcher in an interactive mode.
```bash
npm run test:watch
# or
yarn test:watch
```
#### Test with coverage
Runs the test coverage.
```bash
npm run test:coverage
# or
yarn test:coverage
```
### Build
Builds the app for production to the `build` folder.
```bash
npm run build
# or
yarn build
```
### Deploy to gh-pages
```bash
npm run deploy
# or
yarn deploy
```
## Project Structure
## References
- https://www.huskyhoochu.com/npm-husky-the-git-hook-manager/
- https://d2.naver.com/helloworld/2564557
- https://medium.freecodecamp.org/a-complete-react-boilerplate-tutorial-from-zero-to-hero-20023e086c4a
- https://blog.bitsrc.io/11-react-application-boilerplates-for-2019-b49a8226ea54
- https://github.com/react-boilerplate/react-boilerplate