Skip to content

LRharlekin/total-ts-react

 
 

Repository files navigation

Quickstart

# Installs all dependencies
npm install

# Asks you which exercise you'd like to run, and runs it
npm run exercise

How to take the course

The course is split into exercises. Each exercise is split into a *.problem and a *.solution.

To take an exercise:

  1. Run npm run exercise
  2. Choose which exercise you'd like to run.

This course encourages active, exploratory learning. You'll be asked to try to find a solution. To attempt a solution, you'll need to:

  1. Check out TypeScript's docs or the React TypeScript cheatsheet
  2. Try to find something that looks relevant.
  3. Give it a go to see if it solves the problem.

You'll know if you've succeeded because the tests will pass.

Reference

npm run exercise

Alias: npm run e

Opens a prompt for choosing which exercise you'd like to run.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%