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 iSet up your site using the TakeShape CLI:
npm run initAll 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