Skip to content

StatusNeo/Redux-Toolkit-with-React-Boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React App and Redux Toolkit Boilerplate

The project is bootstrapped with Create React App.

Versions of dependencies used in boilerplate

  1. react v17
  2. reduxjs/toolkit v1.6

Installation and Setup Instructions

Pre-reqs:

  1. Install node and npm globally on your machine.
  2. Install yarn. On OSX you can run brew install yarn

Installation:

  1. Clone down this repository.
  2. yarn install
  3. To Run Test Suite: yarn test
  4. To Start Server: yarn start
  5. To Visit App: localhost:3000

About

Boilerplate code for Redux Toolkit + React (Create React App)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published