A simple project for getting started with TypeScript in cycle.js, using Webpack.
- Simple Starter - this branch
- Model-View-Intent (MVI) Starter
- MVI with Reducers Starter
This repository has workspace settings and launch configuration for Visual Studio Code as candy. The launch configuration will only work when the Debugger for Chrome extension is installed. The npm Script Runner extension for Visual Studio Code is also recommended.
For a quickstart guide/tutorial, see here
If hosting on github-pages, you need to remove
dist
entry in the.gitignore
file.