brms-pirate

Basic React Meteor Setup. This is a meteor that set-ups a react project for you. New updates will continue has needed. This is the basic setup I use when making my react projects. Enjoy!


Keywords
meteor
License
ISC
Install
npm install brms-pirate@1.4.1

Documentation

README

_______________  ___ _____  ______ _           _       
| ___ \ ___ \  \/  |/  ___| | ___ (_)         | |      
| |_/ / |_/ / .  . |\ `--.  | |_/ /_ _ __ __ _| |_ ___
| ___ \    /| |\/| | `--. \ |  __/| | '__/ _` | __/ _ \
| |_/ / |\ \| |  | |/\__/ / | |   | | | | (_| | ||  __/
\____/\_| \_\_|  |_/\____/  \_|   |_|_|  \__,_|\__\___|

*** To install you must have Meteor JS installed ***

This is a Basic React MeteorJS Startup.

Installation

pirate
shows you all of the functions available.

*** To install you must have Meteor JS installed ***

npm install -g brms-pirate
pirate arr
pirate create <project-name>
cd <project-name>
meteor npm install
meteor

To add a component

** You must be at the root directory of your project (your project directory) **

cd <project-name>
pirate make <component-name>

To add a directory

** You must be at the root directory of your project (your project directory) **

cd <project-name>
pirate mkdir <component-name>