Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/oevgeny/webgl-photowall


https://github.com/oevgeny/webgl-photowall

Last synced: 16 days ago
JSON representation

Awesome Lists containing this project

README

        

# Photo Wall

Photo wall interactive demo.

## Development
Clone this repo and install dependencies:
```
npm install
```
To start development server on [localhot:8080](http:\\localhot:8080) use:
```
npm start
```
Or simply run gulp

To build project use:
```
npm start build
```
Or:
```
gulp build
```
In this case you will need to install gulp globally.