Skip to content

Commit

Permalink
More detailed README
Browse files Browse the repository at this point in the history
  • Loading branch information
kore committed Jun 23, 2016
1 parent e423b54 commit 72badea
Showing 1 changed file with 31 additions and 5 deletions.
36 changes: 31 additions & 5 deletions README.rst
@@ -1,9 +1,32 @@
======
Agenda
======
=================
React.js Workshop
=================

Simple setup for a React.js workshop

Initialize
==========

Clone: https://github.com/QafooTraining/react.git / git@github.com:QafooTraining/react.git

Initialize (requires working node.js & npm)::

npm install
sudo npm install -g grunt-cli

Or (requires vagrant & ansible)::

vagrant up --provision

Add new dependecies (See: https://www.npmjs.com/)::

npm install --save <packageName>

Remove "^" from ``package.json`` afterwards.

Agenda
======

* Setup

* JSX
Expand All @@ -24,8 +47,8 @@ Simple setup for a React.js workshop

* Filter

Setup
=====
Deatiled VM Setup
=================

Run the following command in the root of the checkout (Requires vagrant &
ansible)::
Expand All @@ -39,6 +62,9 @@ Then add the following line to you hosts configuration (eg. ``/etc/hosts``)::
The provisioning also installs all required NPM packages and you should be able
to view the demo stub under http://react.vm/

Build Commands
==============

The box contains a basic environment to build React applications with all
required tools. Thus you can run the following commands in
``/var/www/react.js/``:
Expand Down

0 comments on commit 72badea

Please sign in to comment.