Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 739 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 739 Bytes

Front-End Web Development with React

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

  1. To get started with Clone the git repository on your local machine

  2. extract file json-server and keep outsite the cloned folder

  3. Open the "json-server" folder and run this command on CMD "npm install -g json-server"

  4. Now run the command in "json-server" folder to start your local server "json-server --watch db.json -p 3001 -d 2000"

  5. 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

  6. After completion, type "npm start" to start the project