Skip to content
 
 

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OTHER Recently Released Courses From Peter Kellner

Course Release Date
Using TypeScript with React (this course) April 2025
AI-Powered React Applications: Building Intelligent Interfaces February 2025
What is React January 2025
Working With Data in React February 2024
Server Component Fundamentals in React 18 June 2023
Working with Components in React 18 February 2023
Using Hooks in React 18 November 2022
What's New in React 18 May 2022
Data and UI Patterns in React December 2021

The main branch here is the latest updates to the Pluralsight course Using TypeScript with React. This GitHub repo includes the final code for all the modules in the course.

Course Description

This course teaches you how to incorporate AI into your React apps to make them both more compelling to your browser users, and more valuable in general.

Getting Started

  1. Install Node 18.18 or later.
  2. Clone this repository. - https://github.com/pkellner/using-typescript-react or download the zip
  3. Set your default directory to which module you want (example: cd m2 - cd m3 - etc.). Each module is a separate folder.
    • Note: The m1 folder is the course introduction and does not have any code.
  4. Install Node Packages with Dependencies. - npm install

Directory Structure Here

Each of the folders here represent one module of the course. In each folder, there are subfolders that represent the completed code at the end of each clip. Where this is no clip reference, either there is no code in that clip or nothing changed from the previous clip.

Once in a clip directory, the easiest way to test the app is to first install the packages by typing at the root of that directory (in a terminal window or DOS prompt)

npm install

Then, do run the app you just need type

npm run dev

That will launch the web server on port 3000 where you can browser to it at the url: http://localhost:3000

Repo or Course Issues

If you find any problems or issues, feel free to post it as an issue here at this forum and I will look into it as soon as I can. You can also contact me directly at http://peterkellner.net/contact/

I hope you enjoy the course!

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages