0.0.3 • Published 4 years ago

redemptor v0.0.3

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

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 aws authorized 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.com

Set 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 3000

Deploy 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 20

Installation

Install globally with npm.

npm i -g redemptor