Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/substance/examples

Learn Substance by example.
https://github.com/substance/examples

Last synced: 5 days ago
JSON representation

Learn Substance by example.

Awesome Lists containing this project

README

        

# Substance Examples

Here you can find a number of examples that cover various Substance API's.

## Install

You can start playing around with the code by cloning this repo and starting the dev server.

```bash
$ git clone https://github.com/substance/examples.git
```

Now install dependencies and start the dev environment.

```bash
$ npm install
$ npm start
```

Now you can navigate to [http://localhost:5555](http://localhost:5555)

## Questions

Please create an issue in the [Substance repository](https://github.com/substance/substance/issues).