Release announcement: npx neo-app
I am very excited to let you know that you can now create a neo.mjs app with a 1-liner: npx neo-app
Please take a look at the readme first:
https://github.com/neomjs/create-app
The result will look like this:
With the following folder structure:
So, what is neo.mjs?
neo.mjs is a webworkers driven UI framework, which just got released to the public on November 23, 2019.
In case you missed the release announcement:
https://codeburst.io/neo-mjs-the-public-release-announcement-1519255bc8f9
Most parts of the framework as well as the apps you build with it run within the App thread, resulting in an almost idle main thread with a blazing fast performance.
neo.mjs does not need to compile / transpile JS modules inside the development mode, so you can debug your real code without even needing source-maps.
The framework does not use templates to define your HTML output. Instead, JSON structures are in place which persist throughout the full component life-cycle.
This enables you to easily craft beautiful complex components.
Happy coding and an amazing new year!