Boilerplate project using Cycle.js with Webpack.
git clone [email protected]:pairshaped/cyclejs-webpack-starter.git
rm -rf cyclejs-webpack-starter/.git
mv cyclejs-webpack-starter your_project_name
cd your_project_name
npm install
Edit the package.json and add your project info.
npm start
npm run prod