Unistack is a starter kit for building web applications with Node.js, React and Bacon.js.
Unistack contains a set of tools that let you skip the tedious process of setting up a new software project:
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