create-rca-app-rea
v1.1.7
Published
This library aims to simplify creating new project stacks. To get started using this library, visit the [rca-seed-app](https://git.realestate.com.au/craig-collie/rca-seed-app).
Downloads
3
Readme
Create-RCA-app
This library aims to simplify creating new project stacks. To get started using this library, visit the rca-seed-app.
Setup
1. Node
Install node using a version manager like nvm and n
# Using nvm
$ nvm install
$ nvm use
Install create-rca-app
globally
$ yarn global add create-rca-app
Generate your first app
$ mkdir my-app-folder
$ cd my-app-folder
$ create-rca-app --name=my-first-app
Running
$ yarn start
:tiger: Technology Stack
| Tech | Description | Associated issue |
| --- | --- | --- |
| Node | JavaScript runtime build on Chrome's V8 JavaScript engine. | Issue #3 |
| Express | Fast, un-opinionated, minimalist web framework for Node.js | Issue #3 |
| Webpack | Asset bundling | Issue #3 |
| Babel | Use next generation JavaScript today | Issue #3 |
| React | A JavaScript library for building user interfaces | Issue #5 |
| CSS-Modules | Locally scoped interoperable CSS | Issue #6 |
| PostCSS | CSS Pre-processing (using SASS
syntax) and autoprefixing
| Issue #6 |