This is a simple and clearly-structured web application using the following stack:
- Node
- TypeScript
- Webpack
It is designed to be easily extended and serve as a powerful teaching aid.
Follow these steps to get started:
- Clone the repository
git clone [email protected]:danielstern/configuring-typescript.git
- Open a terminal to the project directory and install dependencies:
npm install
- Finally, open the application in development mode.
npm run dev
You can now open the application at the URL shown in the terminal.
Contains the full application, useful for building your own application on top of it, or for reviewing the end point before attempting to recreate it yourself.
Dependencies are installed and TypeScript can be compiled, but no application has been written.
Webpack functionality is added so the TypeScript application can be viewed in the browser. A good starting point for creating an application from a mostly blank slate.
A simple rendering process has been added, as well as multiple TypeScript components. This is the "complete" branch without any additional dev-ops added.
The completed model-view application with external .js libraries added. This branch is used as practice for creating and downloading declarations .