Bare minimum file structure for new TakeShape projects.
Uses spaghetti for JS & CSS compilation, live-server, and of course the TakeShape CLI.
Install dependencies:
npm i
Set up your site using the TakeShape CLI:
npm run init
All commands are run via npm scripts i.e. npm run <cmd>
.
Compile assets, build site, and deploy to your configured static site.
Compile assets and build site.
Compile assets, build site, and serve locally. URL will default to localhost:8080
.
MIT License (c) 2018 Friends of Friends