Skip to content

kobakazu0429/regexp-diagrams-editor

Repository files navigation

react-webpack-boilerplate

CircleCI

My React + Webpack boilerplate 201905

  • yarn
  • webpack
  • typescript
  • prettier
  • eslint

This code does not include framework, ci, and other (production) tools.

Bootstrap

# ... Setup node and yarn
$ git clone git@github.com:kobakazu0429/react-webpack-boilerplate.git --depth 1 <your project name>
$ cd <your project name>
$ git fetch origin --unshallow
$ git remote rm origin
$ yarn install
$ yarn dev    # Start webpack-dev-server
$ yarn build  # Build to dist/
$ yarn lint   # Check type and syntax

{app_name}

How to dev

Setup

# ... Setup node and yarn
$ git clone <git repository url>
$ cd <your project name>
$ yarn install

Commands

# written in package.json
$ yarn dev   # Start webpack-dev-server
$ yarn build # Build to dist/
$ yarn lint  # Check type and syntax

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published