Skip to content

Commit

Permalink
added alias project creation
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelkallis committed Jan 13, 2017
1 parent e8a4f64 commit eff3cf0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ This is a modern JS skeleton with Inferno for Brunch. Includes `inferno` and `in

## Installation

Clone this repo manually or use `brunch new your-project -s infernojs/brunch-with-inferno`.
Clone this repo manually or use `brunch new your-project -s inferno`.

## Getting started

* Install (if you don't have them):
* [Node.js](http://nodejs.org): `brew install node` on OS X
* [Node.js](http://nodejs.org): `brew install node` on macOS
* [Brunch](http://brunch.io): `npm install -g brunch`
* Brunch plugins and app dependencies: `npm install`
* Run:
Expand All @@ -20,3 +20,5 @@ Clone this repo manually or use `brunch new your-project -s infernojs/brunch-wit
* Place static files you want to be copied from `app/assets/` to `public/`.
* [Brunch site](http://brunch.io), [Getting started guide](https://github.com/brunch/brunch-guide#readme)
* [Inferno site](https://infernojs.org), [Getting started guide](https://infernojs.org/docs/guides/getting-started)

Make sure you have the latest version of brunch. Creating a new inferno project with brunch is supported since `[email protected]`.

0 comments on commit eff3cf0

Please sign in to comment.