1.0.0 • Published 5 years ago

cra-template-web-site v1.0.0

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

cra-template

This is the template for Create React App. This template includes the following dependencies

  • react-router-dom
  • redux
  • react-redux

It also includes

  • reset.css
  • empty pages
  • base routing
  • empty Header and Footer layouts
  • basic template redux-store, reducers and actions
  • empty Loader, Preloader component

Install

Using create-react-app run the following command

npx create-react-app your_app_name --template cra-template-web-site