Skip to content

Files

Latest commit

 

History

History
17 lines (11 loc) · 1 KB

README.md

File metadata and controls

17 lines (11 loc) · 1 KB

Radically Straightforward

Radically Straightforward is a collection of packages for developing web applications with Node.js. It covers everything from connecting to a database all the way to packaging the application for distribution. The packages were designed to be used together, but most of them can be useful on their own as well.

We’re still working on the high-level documentation telling the overarching story of Radically Straightforward and helping users get started, but the low-level documentation of each package is already in place you may refer to READMEs under the respective directories.

Installation

$ npm install @radically-straightforward/production
$ npm install --save-dev @radically-straightforward/development

Guides