1.1.7 • Published 8 years ago
create-rca-app-rea v1.1.7
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 useInstall create-rca-app globally
$ yarn global add create-rca-appGenerate your first app
$ mkdir my-app-folder
$ cd my-app-folder
$ create-rca-app --name=my-first-appRunning
$ 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 |
1.1.7
8 years ago