Skip to content
This repository has been archived by the owner on Jan 27, 2022. It is now read-only.

kobakazu0429/react-webpack-boilerplate

Repository files navigation

react-webpack-boilerplate

My React + Webpack boilerplate 202108

  • yarn
  • webpack
  • typescript
  • prettier
  • eslint

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

Bootstrap

current

Creating a repository from a template

ref: https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/creating-a-repository-from-a-template

old

# ... 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

Contributors 4

  •  
  •  
  •  
  •