Skip to content

siddhantchopra/react-redux-application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published