Skip to content

Bare minimum file structure for new TakeShape projects.

Notifications You must be signed in to change notification settings

the-couch/takeshape-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Bare minimum file structure for new TakeShape projects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published