Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 320 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 320 Bytes

React redux-toolkit boilerplate template

Run Locally

Clone the project

  git clone https://github.com/Nekromenzer/react-redux-toolkit.git

Go to the project directory

  cd react-redux-toolkit

Install dependencies

  npm install

Start the server

  npm run dev