cra-template-basic-init
v0.0.2
Published
Basic template for CRA
Downloads
3
Readme
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-inityarn
yarn create react-app my-app --template cra-template-basic-init