Skip to content

This repository contains all the code examples from the book React Ready: Learn modern React with TypeScript.

License

Notifications You must be signed in to change notification settings

stevenspads/react-ready

Repository files navigation

React Ready

This repository contains all the code examples from the book React Ready: Modern React development with TypeScript.

React Ready will help you become a skilled and confident modern React developer. Go from React rookie to React ready!

Prerequisites

You'll need the following to be installed on your local computer in order to install this project's dependencies and to run the project.

Run the following commands in your terminal to see if both are properly installed.

node --version
npm --version

Installation

To run the code in this repository, simply do the following.

  1. Install using npm install

  2. Run using npm run dev

If you prefer to use yarn as the package manager, then do the following.

  1. Install using yarn.

  2. Run using yarn dev.

The project will then be accessible from here.

Credits

License

The MIT License (MIT). Please see License File for more information.

About

This repository contains all the code examples from the book React Ready: Learn modern React with TypeScript.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages