2.1.0 • Published 9 years ago
rship v2.1.0
TL;DR
RSHIP (Rocket Ship) – isn't boilerplate. It's a tool for developing and building isimorphic web applications.
Slides
Goals
- No pain with iterable stop/run node.js server;
- Fast recompiling and starting node.js webserver processes;
- Livereload over separated ports (html / (css/client js/images));
- Source code compiling and running from RAM over MemoryFS;
- Has instruments for debugging server side code;
- Has CPU and RAM usage metrics;
- Can works globally and locally as part of your project;
Installation
$ npm i rship -g # via npm
$ yarn global add rship # via yarn, !can be problems!Initialize application
When RSHIP has been istalled, CLI is ready for creating application from DEFAULT BOILERPLATE
$ rship new application_name # rship n applciation_nameDefault boilerplate
Contains
- React as view engine;
- Redux as state container;
- Webpack as compiler of client and server codebase;
- Stylus as style pre-processor;
- CSSModules;
- axios as HTTP client;
- Koa 2.0 as http web server;
- Jest as testing framework.
Goals
- Server Side Rendering;
- SEO compability;
- Similar codebase over all project;
- Performance;
- Maintainability;
How is it works?
Documentation
CLI
$ rship
Usage: rship [options] [command]
Commands:
new|n [name] create ship application
setup|s [options] setup application
run [env] run development mode
install|i [options] [packages...] install system dependencies
remove|r [options] [packages...] remove client/server dependencies
CLI for building Isomorphic Web App
Options:
-h, --help output usage information
-V, --version output the version numberDeveloping
$ cd /Users/foo/code/application_name
$ rship run devBuilding globally
$ cd /Users/foo/code/application_name
$ rship run buildMIT Rambler Digital Solutions (2016)
2.1.0
9 years ago
2.0.4
9 years ago
2.0.3
9 years ago
2.0.2-alpha
9 years ago
2.0.1-alpha
9 years ago
2.0.0-alpha
9 years ago
1.0.17
9 years ago
1.0.16
9 years ago
1.0.15
9 years ago
1.0.14
9 years ago
1.0.1-3.1
9 years ago
1.0.13
9 years ago
1.0.12
9 years ago
1.0.11
9 years ago
1.0.10
9 years ago
1.0.9
10 years ago
1.0.7
10 years ago
1.0.6
10 years ago
1.0.5
10 years ago
1.0.4
10 years ago
1.0.3
10 years ago
1.0.2
10 years ago
1.0.1
10 years ago
1.0.0
10 years ago
0.0.9
10 years ago
0.0.8
10 years ago
0.0.7
10 years ago
0.0.6
10 years ago
0.0.5
10 years ago
0.0.4
10 years ago
0.0.3
10 years ago
0.0.2
10 years ago
0.0.1
10 years ago
