Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 713 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 713 Bytes

takeshape-starter

Bare minimum file structure for new TakeShape projects.

Uses spaghetti for JS & CSS compilation, live-server, and of course the TakeShape CLI.

Usage

Install dependencies:

npm i

Set up your site using the TakeShape CLI:

npm run init

Commands

All commands are run via npm scripts i.e. npm run <cmd>.

deploy

Compile assets, build site, and deploy to your configured static site.

build

Compile assets and build site.

watch

Compile assets, build site, and serve locally. URL will default to localhost:8080.

License

MIT License (c) 2018 Friends of Friends