Skip to content

thenativeweb/wolkenkit-todomvc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wolkenkit-todomvc

wolkenkit-todomvc is a todo application.

What is wolkenkit?

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.

wolkenkit.io

For more details on wolkenkit see the wolkenkit documentation.

Installation

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

Quick start

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.

License

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.