Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 547 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 547 Bytes

ToDo Application with React + Redux-Toolkit + Ant-Design + json-server;

Using json-server as alternative server;

Using Redux-toolkit for some functions and as a store;

Using Ant-Design as a UI components;

In the project directory, you can install all dependices;

npm install

In the project directory, you can run:

npm start

In the project directory, you should run server:

npm run server

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.