do-not-insatll-app

It automatically builds a react, webpack, and ts working environment


Keywords
react, typescript, webpack, yarn-berry, prettier, airbnb, eslint, airbnb-eslint, boilerplate, npm, zero-install
License
ISC
Install
npm install do-not-insatll-app@0.0.1

Documentation

react-webpack-ts-boilerplate

2022-11-13

  • Improve errors where the node_modules folder is created

It automatically builds a react, webpack, and ts working environment. This package helps the following people:

  • People who want a light initial project because the create-react-app CRA is heavy
  • People who need a CRA with react, typescript, yarn, etc
  • People who start with web pack settings for react
  • People who want to start a project with airbnb convention (eslint, prettier)
  • People who do not want to install additional packages when collaborating with yarn berry's zero-install

Create-react-project

$ npx create-react-webpack-ts-app your-app-name

Check Installation

$ yarn

Development Environment

$ yarn dev

Deploy Environment

$ yarn build