https://github.com/enk0de/react-boilerplate
React Boilerplate with TypeScript, Webpack 5, Babel, Yarn 2
https://github.com/enk0de/react-boilerplate
babel boilerplate hmr react scaffolding starter typescript webpack webpack5 yarn2
Last synced: 9 months ago
JSON representation
React Boilerplate with TypeScript, Webpack 5, Babel, Yarn 2
- Host: GitHub
- URL: https://github.com/enk0de/react-boilerplate
- Owner: enk0de
- License: mit
- Archived: true
- Created: 2021-07-09T14:01:05.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-11T05:22:25.000Z (almost 5 years ago)
- Last Synced: 2024-09-30T16:41:25.232Z (over 1 year ago)
- Topics: babel, boilerplate, hmr, react, scaffolding, starter, typescript, webpack, webpack5, yarn2
- Language: JavaScript
- Homepage:
- Size: 1.08 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React Boilerplate










Simple, but cool frontend boilerplate starter for React.
## Features
- Webpack HMR(Hot Module Replacement) using React Refresh is working.
- Default ESLint, Prettier settings is pre-configured.
- Default JetBrainatic IDE settings is pre-configured.
- No codes except the core.
## Included
- React
- Webpack 5
- TypeScript
- Babel
- Yarn 2 Berry with PnP
- ESLint
- Prettier
- Jest
## Requirements
- Node.js 14+
- Yarn Package Manager
- WebStorm (optional)
- if you are not using this, do below in the root of directory.
`rm -rf .idea`
## License
[MIT License](https://github.com/hoondeveloper/react-boilerplate/blob/main/LICENSE)