Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/substance/starter-legacy

A minimal Substance editor for learning Substance.
https://github.com/substance/starter-legacy

Last synced: about 2 months ago
JSON representation

A minimal Substance editor for learning Substance.

Awesome Lists containing this project

README

        

# Substance Starter

Official bare bones example of a Substance Editor. Install and play around. For documentation about Substance head over to http://github.com/substance/substance.

## Install

Clone the repository.

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

Navigate to the source directory.

```bash
$ cd starter
```

Install via npm

```bash
$ npm install
```

Start the dev server

```bash
$ npm run start
```

And navigate to [http://localhost:5000](http://localhost:5000)