Carpenter Starter App

Starer Carpenter application, based on the TodoMVC example.

Learning Carpenter

Running

To install and run this application one must only install the dependencies and run the Webpack development server:

npm install
npm start

If you want to compile the application source to distribution files in the dist folder, simply run:

npm run build

Credit

Based on the TodoMVC application created by @arthur-xavier.