Skip to content

training4developers/redux-react-starter

Repository files navigation

Redux/React Starter Project

Getting Started

To get started, follow the instructions below.

Step 1. Install Node.js version 6 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published