Skip to content

training4developers/using-react-with-redux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Using React with Redux Project

Getting Started

To get started, follow the instructions below.

Step 1. Install Node.js version 7 or later.

Step 2. Clone or download this repository to your computer.

Step 3. Open a terminal window, change to the cloned or extracted folder, and run the following commands.

npm i && npm start

Step 4. A browser window should open with a page confirming the setup of the project.

Step 5. Install Visual Studio Code. Open the project folder with Visual Studio Code.

Step 6. For integration with Google Chrome for debugging, install the chrome extension. Open the Debug tab, and click the play button to debug an existing browser tab with the web page loaded.

Step 7. Edit the index.html file in the main folder to make HTML changes. Edit the *.tsx files in the js folder to make changes to the TypeScript/JSX code. Once changes are saved, the browser should reload the page.

Step 8. CSS changes can be made in the styles.css file in the same folder at the index.html file.