Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jrock2004/cra-template-a11y
This is the template that I use to create react apps
https://github.com/jrock2004/cra-template-a11y
create-react-app react typescript
Last synced: about 2 months ago
JSON representation
This is the template that I use to create react apps
- Host: GitHub
- URL: https://github.com/jrock2004/cra-template-a11y
- Owner: jrock2004
- License: mit
- Created: 2021-10-23T20:22:26.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-21T02:14:15.000Z (about 2 years ago)
- Last Synced: 2024-11-14T02:43:16.632Z (2 months ago)
- Topics: create-react-app, react, typescript
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/@jrock2004/cra-template-a11y
- Size: 146 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
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-a11y
```Now we want to go into the new directory and run some commands to set some things up
```
npx msw init public/ --save
```