1.0.0 • Published 3 years ago

cra-template-brajnovic v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Getting Started with Create React App

This is a CRA (Create react App) template used for base setup. It will create react app preloaded with all essential dependencies which is a good place to start building frontend app.

Usage

  • Example:

npx create-react-app app-name --template brajnovic

Description

List of key dependencies:

  • "axios": "^0.27.2" - used as client for http requests
  • "react-router-dom": "^6.3.0" - used for navigation
  • "redux": "^4.2.0" - used as state container
  • "redux-thunk": "^2.4.1" - used as redux middleware