Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 927 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 927 Bytes

Typescene sample application: Todo

This repository contains an example application for the Typescene framework. It contains the following components:

  • Application instance (using @typescene/webapp)
  • TodoService -- Service that provides an API for creating and managing TodoItem objects
  • MainActivity -- Single activity for the application
  • Main view (using JSX)
  • TodoStatusLine -- Example of a simple view component

This application uses Webpack for bundling, and for running a development server.

Build & Run

To build this project (all output files will be stored in a dist folder), run the following command:

npm run build

To run this project in development mode (using Webpack HMR, i.e. Hot Module Replacement), run the following command:

npm run start

License

This code is covered by an MIT license.