Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/marcusasplund/slaeditor


https://github.com/marcusasplund/slaeditor

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# slaeditor

[![GitHub issues](https://img.shields.io/github/issues/marcusasplund/slaeditor.svg)](https://github.com/marcusasplund/slaeditor/issues)

[![Standard - JavaScript Style Guide](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard)

## [Demo](https://pap.as/slaeditor/)

Read more about the concept at Medium [here](https://medium.com/@marcusasplund/single-line-application-bc3b9d3c9269)

A single line application 'editor'

Offline support with service worker

## installation

````bash
$ git clone https://github.com/marcusasplund/slaeditor.git

$ cd slaeditor

$ yarn

$ yarn dev
````

This will open application at http://localhost:3000/ in browser

## build a release

````bash
$ yarn build

````
This will generate a build directory with your minified/rev'd assets.