1.0.1 • Published 4 years ago

cra-template-maxcion v1.0.1

Weekly downloads
7
License
-
Repository
-
Last release
4 years ago

CRA-TEMPLATE-MAXCION

It has configured axios requests, redux and router.

This template includes:

  • "axios": "^0.19.2"
  • "react": "^16.13.1"
  • "react-dom": "^16.13.1"
  • "react-redux": "^7.2.0"
  • "react-router-dom": "^5.2.0"
  • "react-scripts": "3.4.1"
  • "redux": "^4.0.5"
  • "redux-thunk": "^2.3.0"
  • "redux-devtools-extension": "^2.13.8"

How to use:

You need to create your project using this command: $ npx create-react-app <app name> --template cra-template-maxcion