Here is the basic implementation for a react project using Redux Architecture how the files can be structured, stored, displayed with animations on the UI
-
To get started with Clone the git repository on your local machine
-
extract file json-server and keep outsite the cloned folder
-
Open the "json-server" folder and run this command on CMD "npm install -g json-server"
-
Now run the command in "json-server" folder to start your local server "json-server --watch db.json -p 3001 -d 2000"
-
Now go to your cloned git folder and open your command line and type "npm install" to install all the npm packages to run the project
-
After completion, type "npm start" to start the project