cra-template-danrowe

Base Create React App template with Eslint and prettier configured.

Usage no npm install needed!

<script type="module">
  import craTemplateDanrowe from 'https://cdn.skypack.dev/cra-template-danrowe';
</script>

README

cra-template-danrowe

Create React App with Eslint and Prettier configured.

This template uses the official cra-template but adds eslint and prettier preconfigured.

Designed to be used in VSCode and comes with workspace settings in .vscode/settings.json.

Install

npx create-react-app my-app --template danrowe

Replace my-app with the name of your application

After install, modify package.json by moving all eslint dependencies into devDependencies like in example.package.json.

For more information, please refer to: