Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.35 KB

README.md

File metadata and controls

38 lines (28 loc) · 1.35 KB

react-webpack-starter

Guide

🇺🇸 EN | 🇰🇷 KO


Getting started

  1. Create a project based on this boilerplate.
$ npx degit https://github.com/KOVELO2005/react-webpack-starter <project name>
  1. install the dependencies.
$ yarn install
  1. To build the extension, and rebuild it when the files are changed, run
$ yarn dev