Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcusasplund/slaeditor
https://github.com/marcusasplund/slaeditor
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/marcusasplund/slaeditor
- Owner: marcusasplund
- License: mit
- Created: 2018-02-01T20:49:01.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-19T01:13:37.000Z (about 1 year ago)
- Last Synced: 2024-07-18T16:31:33.031Z (4 months ago)
- Language: JavaScript
- Size: 16.1 MB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.