# How to run the examples

## Browser

Open the files in your Browser.

## Node

If you want to use bracket with node and express, it's recommended to use [consolidate.js](https://www.npmjs.com/package/consolidate) as it makes is easy to switch engine and maintains a cache.

An example of how to use consolidate can be done running.

- `$ cd examples/node/consolidate`
- `$ npm install express consolidate`
- `$ node .`

It is also possible to use the library directly. You can see an example by running the example.

- `$ cd examples/node/simple`
- `$ npm install express`
- `$ node .`
