create-react-app-ts-webpack
v0.0.1
Published
It automatically builds a react, typescript and webpack working environment
Downloads
26
Maintainers
Readme
create-react-app-ts-webpack
2022-11-13
- ❌ Improve errors where the node_modules folder is created
It automatically builds a react, typescript, and webpack 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-app-ts-webpack your-app-name
Check Installation
$ yarn
Development Environment
$ yarn dev
Deploy Environment
$ yarn build