Unistack

Unistack is a starter kit for building web applications with Node.js, React and Bacon.js.

Features

Unistack contains a set of tools that let you skip the tedious process of setting up a new software project:

How to start a new webapp project with Unistack

git clone https://github.com/laurilehmijoki/unistack.git /tmp/my-new-project
cd /tmp/my-new-project
rm -rf /tmp/my-new-project/.git
git init
git add --all
git commit -m "Initial commit"
npm start