0.0.2 • Published 3 years ago

react-modal-from-jinsunee v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

react-boilerplate-webpack-babel

Splitting webpack configuration for development and production.

  • common : ./config/common.js
  • dev : ./config/dev.js
  • production: ./config/prod.js

Blog Post

  1. webpack, babel에 대하여
  2. react + webpack + babel로 개발 환경 구축하기 (javascript)
  3. typescript, 상대경로 설정하기

Skills

  • react
  • webpack
  • jest
  • @testing-library/react
  • babel

Branch

  • js-setting: javascript environment
  • ts-setting: typescript environment

Installation

$ yarn

or

$ npm install

Run

  • Dev mode

    $ yarn dev
  • Production Build

    $ yarn build