0.0.2 • Published 5 years ago

cra-template-basic-init v0.0.2

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

Basic CRA template

Basic template with minimum boilerplate.

This template is for Create React App.

The following libraries are included:

React Router v5.1.2

Axios v0.19.0

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