1.0.5 • Published 4 years ago
cra-template-kd974-noeslint v1.0.5
A personnal cra-template
based
Install ReactJS with some additionals packages
Additionals Dependencies Packages:
🗸 「 REACT-ROUTER-DOM 」 🗸 「 SASS 」
Additionals Dev Dependency Package:
🗸 「 PRETTIER 」
Jsconfig
🗸 I've created a configurated jsconfig.json
for this project who work fine with Visual Studio Code. So, use it if you want !
Be sure to use the right command at installation:
NPX
npx create-react-app my-app --template kd974-noeslint
NPM
npm init react-app my-app --template kd974-noeslint
YARN
yarn create react-app my-app --template kd974-noeslint
For more information, please refer to:
- Getting Started – How to create a new app.
- User Guide – How to develop apps bootstrapped with Create React App.
- Default Template – Template installed if no template option passed.
- Cra-Template – Used in the official Create React App