Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/joe-dakroub/prototype_respond_cli
- Owner: joe-dakroub
- License: mit
- Created: 2022-08-23T00:32:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-23T00:33:56.000Z (over 2 years ago)
- Last Synced: 2024-10-25T12:34:34.335Z (3 months ago)
- Topics: javascript, nodejs, puppeteer, redom
- Language: JavaScript
- Homepage:
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Prototype CLI for a component framework
Static Site Generator for πΊRE:DOMCommand 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.