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!
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
To run the code in this repository, simply do the following.
-
Install using
npm install
-
Run using
npm run dev
If you prefer to use yarn
as the package manager, then do the following.
-
Install using
yarn
. -
Run using
yarn dev
.
The project will then be accessible from here.
The MIT License (MIT). Please see License File for more information.