create-rca-app
v0.0.22
Published
This project aims to simply creating universal applications using a tried and tested tech stack. visit the [rca-seed-app](https://git.realestate.com.au/craig-collie/rca-seed-app).
Downloads
7
Readme
Create-RCA-app
This project aims to simply creating universal applications using a tried and tested tech stack. visit the rca-seed-app.
Packages
| Package | Description | | create-rca-client | Client-side helpers for handling isomorphic applications | | create-rca-server | Express powered request handling for isomorphic applications |
Technology Stack
| Tech | Description |
| --- | --- | --- |
| Node | JavaScript runtime build on Chrome's V8 JavaScript engine. |
| Express | Fast, un-opinionated, minimalist web framework for Node.js |
| Webpack | Asset bundling |
| Babel | Use next generation JavaScript today |
| React | A JavaScript library for building user interfaces |
| CSS-Modules | Locally scoped interoperable CSS |
| PostCSS | CSS Pre-processing (using SASS
syntax) and autoprefixing
|