Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/arve0/lesson_editor

Create codeclub lessons in your web browser
https://github.com/arve0/lesson_editor

Last synced: 8 days ago
JSON representation

Create codeclub lessons in your web browser

Awesome Lists containing this project

README

        

# lesson editor
Create codeclub lessons in your web browser without installing any
[software](https://github.com/arve0/codeclub_lesson_builder).

Demo: http://arve0.github.io/lesson_editor/

## Develop
Start dev-server:
```
npm start
```

Then open http://localhost:8080/webpack-dev-server/

## Build production
```
npm run build
```

Output is in [dist].

## Publish gh-pages
```
./ghpages.sh
```