1.1.0 • Published 2 years ago

cra-template-cp v1.1.0

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

CodePlate

React-JS Boilerplate

NPM TS React TS

How can I use it?

Requirements:

NameVersion
node js>= 16.0.0
npm>= 4.0.0
yarn>=1.22.0

install Requirements:

You should have installed NodeJS, NPM or Yarn, CRA, and Git on your machine.

*Template Method:

Create React App with:

yarn create react-app --template cra-template-cp my-app

or

npx create-react-app my-app --template cra-template-cp

*Fork Method:

Fork this repo (by click on Fork button)

Clone your forked repo (git clone https://github.com/<YOUR_GITHUB_ACCOUNT>/<YOUR_FORKED_REPO_NAME>)

Run command npm install or yarn

Features & Tools

Core

Linting

  • ESLint
  • TSLint
  • Prettier
  • Stylelint

Unit Test