Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

create-rca-app

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-rca-app

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

  • 1.0.18
  • npm
  • Socket score

Version published
Weekly downloads
27
Maintainers
1
Weekly downloads
 
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

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 |

FAQs

Package last updated on 25 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc