javascript web framework for building single page applications
Daedalus is an unopinionated javascript web framework used for creating Single Page Applications. A javascript to javascript compiler written in python is used to merge javascript source code into a single file. A sample web server is also provided for testing and supports reloading of javascript source.
Supports:
- ES6
- Basic Javascript minification (50% of original size)
- Precompiled style sheets
Installing the package will add the Daedalus CLI to the path
Note: Minimum python version is Python 3.6
python setup.py install
daedalus serve index.js
daedalus build index.js ./build
daedalus serve ./examples/minesweeper.js
python examples/server.py