Learn TypeScript 3 by Building Web Applications
上QQ阅读APP看书,第一时间看更新

Creating the TodoIt application

You should now have a good starting point with both npm and TypeScript configured. If you're not sure or something went wrong, then you can start here with the initial code that we have provided with the book's sample code. You can find it in the Chapter02 folder (corresponding to the second chapter) and in the todoit-v1-initial folder.

In the initial project, we've called the compile script tsc for simplicity, but you can name it as you prefer. This is why we use  npm run tsc in the following examples instead of  npm run compile.

Ready? Great, let's write our application and learn some more together!