cra-template-jlave-dev
v1.0.4
Published
A custom base template for Create React App.
Downloads
6
Maintainers
Readme
cra-template-jlave-dev
This is a customized base template for Create React App. On top of the default cra-template
, it:
- Includes
eslint
and enforces the Airbnb style guide. - Includes
prettier
and a sensible.prettierrc
, and sets up format-on-save for Visual Studio Code. - Includes a
.devcontainer
configuration for use with Visual Studio Code. (See here for more on remote containers.)
Use this template with create-react-app
by running:
npx create-react-app --template jlave-dev my-app