An open API service indexing awesome lists of open source software.

https://github.com/gloriajun/boilerplate-react-webpack


https://github.com/gloriajun/boilerplate-react-webpack

boilerplate react webpack

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# Boilerplate React

[![Build Status](https://travis-ci.com/gloriaJun/boilerplate-react-webpack.svg?branch=master)](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