/typescript-time

🤖 Demo project for a lunch and learn presentation about learning to use typescript

Primary LanguageTypeScriptMIT LicenseMIT

🤖 typescript-time

Demo project for a lunch and learn presentation about learning to use typescript.

Screen Shot 2022-02-11 at 9 00 34 PM

Screen Shot 2022-02-11 at 9 00 47 PM

Running locally

  1. Clone the repository.
git clone https://github.com/sdevalapurkar/typescript-time.git
  1. Navigate into the app folder.
cd typescript-time
cd app
  1. Install dependencies.
yarn install

Note: Make sure you have Node version >= 14 (ex: v14.19.0)

  1. Run the app.
yarn start

Note: It may ask you to run on a different port if you already have something running on port 3000

Practice

  • To see some common examples of errors that typescript can help catch, check out the examples directory.

  • For the practice exercise and the instructions, checkout the practice branch by running git checkout practice and look at the README.md file.