Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 703 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 703 Bytes

Prototype CLI for a component framework

Static Site Generator for 🔺RE:DOM

Command line tool for creating, developing, building and serving static web projects using the Respond Single Page Application Framework.

Install

npm i --global @handwhittled/respond-cli

New

respond new respond-site

Develop

At the root of a Respond site run respond develop to start the Respond development server.

Build

At the root of a Respond site run respond build to do a production build of a site.

Serve

At the root of a Respond site run respond serve to serve the production build of the site for testing.