@jrock2004/cra-template-a11y
v2.5.1
Published
A React template to use for all my projects
Readme
Create React App Template | A11y
This template will generate a create react app that supports the following features:
- ESLint
- Prettier
- Typescript
- React Testing Library
- Conventional Commits
- Pre-commit hooks(husky)
- MSW JS Mocking Framework
- TailwindCSS
Getting Started
Make sure your running Node version greater than 12.
To use this template when creating a react app, run the following:
npx create-react-app your-app-name --template @jrock2004/cra-template-a11yNow we want to go into the new directory and run some commands to set some things up
npx msw init public/ --save