Socket
Book a DemoInstallSign in
Socket

create-rca-app-rea

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-rca-app-rea

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).

latest
npmnpm
Version
1.1.7
Version published
Maintainers
1
Created
Source

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

TechDescriptionAssociated issue
NodeJavaScript runtime build on Chrome's V8 JavaScript engine.Issue #3
ExpressFast, un-opinionated, minimalist web framework for Node.jsIssue #3
WebpackAsset bundlingIssue #3
BabelUse next generation JavaScript todayIssue #3
ReactA JavaScript library for building user interfacesIssue #5
CSS-ModulesLocally scoped interoperable CSSIssue #6
PostCSSCSS Pre-processing (using SASS syntax) and autoprefixingIssue #6

FAQs

Package last updated on 21 Jul 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts