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.
npm i --global @handwhittled/respond-cli
respond new respond-site
At the root of a Respond site run respond develop
to start the Respond
development server.
At the root of a Respond site run respond build
to do a production build of a
site.
At the root of a Respond site run respond serve
to serve the production build of
the site for testing.