A minimal Bau.js todo list.
This example shows how to use a state containing an array, and how to use bind
to render an array .
Install the dependencies:
npm install
Start a development server:
npm run dev
Build a production version:
npm run build