Skip to content

DanRowe/cra-template-danrowe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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: