wolkenkit-todomvc is a todo application.
wolkenkit is a CQRS and event-sourcing framework for JavaScript and Node.js. wolkenkit uses an event-driven model based on DDD to setup an API for your business in no time. This way, wolkenkit bridges the language gap between your domain and technology.
For more details on wolkenkit see the wolkenkit documentation.
To run a wolkenkit application, you first need to install wolkenkit. For this, see the installation guide for macOS, Linux, Windows, or Docker Machine.
Additionally, you need a web server to run the client application, such as http-server. For that, use the following command:
$ npm install -g http-server
First you need to start the TodoMVC wolkenkit application. Change to the directory where you have installed the application to, and run the following command:
$ wolkenkit start
Once you get the message that the wolkenkit application is running, run the web server using the following command:
$ http-server ./client -o
Additionally, this will open a browser automatically and direct it to the client.
Copyright (c) 2015-2018 the native web.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along with this program. If not, see GNU Licenses.