1.0.0 • Published 3 years ago

cra-template-course-front-end v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

CRA-TEMPLATE-COURSE-FRONT-END

About

This template is Front-End Course Linting

This Template constains

Eslint
Stylelint

Usage

When creating an App with react, using

npx create-react-app my-App

or

yarn create react-app my-App

You should add the flag

--template course-front-end

Exemple

npx create-react-app my-App --template course-front-end

or

yarn create react-app my-App --template course-front-end