1.0.3 • Published 5 years ago
cra-template-jlave v1.0.3
@jlave-dev/cra-template
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 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/cra-template my-app