This repository contains examples of using @composi/core. Some are very simple and some are more complex. You can download the repository, then using your terminal cd
to a project folder and install the project dependencies by running:
npm i
After that you can run the project with:
npm start
- image-viewer
- slideshow
- movie-cards
- clock
- counter
- counters
- composi-in-browser
- rick-n-morty
- hacker-news-minimal
- masterminds
- todo-list
- temperature-converter
- spreadsheet
- tic-tac-toe
- tour-of-heroes
- tour-of-heros tagged-union
One of the simple projects, composi-in-browser, shows how to use @composi/core in the browser. This takes advantage of the fact that modern browsers can now import ES6 modules. The project just needs to be run in the browser using a server such as NPM's http-server.