Skip to content

Latest commit

 

History

32 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Typescript-Demo

Typescript / ES6 inheritance in action

Getting Started

Clone / download the project, start server and play with the basic app:

Screenshot

Prerequisites

To make this example work you need to have typescript installed on your machine.

$ npm install -g typescript

Installing

After cloning go to the project directory and install all dependencies

$ npm install

Then you should be able to start the local web server by command

$ npm start

Web server

Open browser and go the the localhost adress displayed after starting web server, by default it is http://localhost:8080/ . You should see working website.

Running the app

You can play, modify something in .ts files and see changes in the app. To do this you need to build app after making changes. You can use for it created task for Visual Studio Code. Just use shortcut: cmd + shift + b or task manager and execute command: Tasks: Run Build Task:

Building project

Built With

  • Typescript - Typed superset of javascript that compiles to plain javascript
  • Bulma - Modern CSS framework based on Flexbox
  • jQuery - Fast, small, and feature-rich JavaScript library
  • SystemJS - Configurable module loader enabling dynamic ES module workflows in browsers and NodeJS
  • Http-Server - Simple, zero-configuration command-line http server

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details

Releases

Packages

Contributors

Languages