Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ryanseddon/sweetjs-talk

Lightning talk about using sweet.js to extend JavaScript syntax
https://github.com/ryanseddon/sweetjs-talk

Last synced: 30 days ago
JSON representation

Lightning talk about using sweet.js to extend JavaScript syntax

Awesome Lists containing this project

README

        

# Extending JavaScript with macros
> A [Bespoke.js](http://markdalgleish.com/projects/bespoke.js) presentation, built with [generator-bespoke](https://github.com/markdalgleish/generator-bespoke)

## View slides locally

First, ensure you have the following installed:

1. [Node.js](http://nodejs.org)
2. [Bower](http://bower.io): `$ npm install -g bower`
3. [Grunt](http://gruntjs.com): `$ npm install -g grunt-cli`

Then, install dependencies and run the preview server:

```bash
$ npm install && bower install
$ grunt server
```