@lighttypes/react-template
v1.1.2
Published
React application template
Readme
React template
How to use
Run the following commands:
git clone https://github.com/ono212/react-template.git
cd react-template
npm install
npm run create <project-name>Then it will generate a new React project in the current directory that is shipped with the following features:
- TypeScript
- Webpack
- ESLint
- Prettier
- Jest
- React Testing Library
Todo
- [ ] support npx command
