Demo project for a lunch and learn presentation about learning to use typescript.
- Clone the repository.
git clone https://github.com/sdevalapurkar/typescript-time.git
- Navigate into the app folder.
cd typescript-time
cd app
- Install dependencies.
yarn install
Note: Make sure you have Node version >= 14 (ex: v14.19.0)
- 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
-
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 runninggit checkout practice
and look at theREADME.md
file.