redemptor
v0.0.3
Published
Generate native HTML, CSS, and JavaScript web applications with React
Maintainers
Readme
redemptor
contractor, undertaker, purveyor (wiki)
Generate native HTML, CSS, and JavaScript web applications with React.
Features
- History-based routing
- Hot-reloading dev server
- Simple, powerful, and extensible application architecture
- Fill-in-the-blank Search Engine Optimization (SEO)
- Painless deployment to Amazon S3
- Component library
Requirements
- AWS Command Line Interface
awsauthorized to create buckets and objects
Getting Started
Create a new project and bucket in S3.
redemptor create ./path/to/your.hostname.com
# bucket name will be your.hostname.comSet up a local development server.
redemptor serve ./path/to/your.hostname.com
# serve port 8000 by default
redemptor serve -p 3000 ./path/to/your.hostname.com
redemptor serve --port 3000 ./path/to/your.hostname.com
# specify the port as 3000Deploy to Amazon S3
redemptor publish ./path/to/your.hostname.com
# default file writing concurrency limit 10 (recommended)
redemptor publish --concurrency 20 ./path/to/your.hostname.com
# bump the concurrency limit to 20Installation
Install globally with npm.
npm i -g redemptor