Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/substance/examples
- Owner: substance
- License: mit
- Created: 2015-08-25T01:52:18.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-06T11:23:30.000Z (over 7 years ago)
- Last Synced: 2024-04-15T12:47:31.219Z (7 months ago)
- Language: JavaScript
- Homepage: http://substance.io/examples
- Size: 975 KB
- Stars: 155
- Watchers: 16
- Forks: 29
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - substance/examples - Learn Substance by example. (others)
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).