Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/joe-dakroub/prototype_respond_cli

Prototype CLI for a component framework
https://github.com/joe-dakroub/prototype_respond_cli

javascript nodejs puppeteer redom

Last synced: 2 days ago
JSON representation

Prototype CLI for a component framework

Awesome Lists containing this project

README

        

# 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.