Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 597 Bytes

File metadata and controls

22 lines (15 loc) · 597 Bytes

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