@ximatriarx/react
v2.0.4
Published
A React project template
Maintainers
Readme
A minimalistic React project template preconfigured with TypeScript, ESLint, Prettier, Jest, Lint-Staged, Husky and Webpack.
Status
Code
Project
Info
Statistics
Setup
npx @ximatriarx/react init- Use it as a GitHub repository template.
- Clone it using
git clone https://github.com/XiMatriarx/react.git. - Use
bin/init.shto create projects.
Usage
npm start~ Start the project.npm run build~ Build the project.npm run dev~ Build the project in watch mode.npm run lint~ Lint the codebase using ESLint.npm run style~ Style the codebase using Prettier.npm test~ Test the codebase using Jest.npm run docker~ Build the project using Docker.npm run init~ Initialize git hooks with Husky for Lint-staged.
