Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```