dazehinn / React-Redux-Quick-Setup

A setup for react projects with create-react-app, react-redux, reduxtoolkit, linters, routers and loggers already configured

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A setup for react projects with create-react-app, react-redux, reduxtoolkit, linters, routers and loggers already configured.

Usage

  • Download this repository as a zip file.

  • Extract the files to your preferred location

  • open the extracted folder with your favorite code editor

  • in the terminal of your code editor install project dependencies by running the command

    npm install
    
  • Edit the src and public folders to complete your project

About

A setup for react projects with create-react-app, react-redux, reduxtoolkit, linters, routers and loggers already configured

License:MIT License


Languages

Language:HTML 40.5%Language:JavaScript 36.2%Language:CSS 23.3%