0.0.2 • Published 5 years ago
cra-template-basic-init v0.0.2
Basic CRA template
Basic template with minimum boilerplate.
This template is for Create React App.
The following libraries are included:
If you want to use it, you can run the following commands:
npm
npm init react-app my-app --template cra-template-basic-init
yarn
yarn create react-app my-app --template cra-template-basic-init