Create Wolfox App with no configuration. This bundles frontend and backend in a good way, ready to code your application.
Create Wolfox App works as a standalone application, just provides a name, and go take a coffee: let the generator do the work for you!
create-wolfox-app my-awesome-projectThis command will generate two folders: my-awesome-project-core and my-awesome-project-front. The first one will contains what needed to get a server started, while the second one focuses on the frontend layer.
We heavily advise you to use Yarn:
yarn create wolfox-app my-awesome-projectAnd let the magic happens!
You can provide a bunch of options:
-b, --backend-onlywill only build a backend core project.-f, --frontend-onlywill only build a frontend project.--overwritewill ask you if you want to overwrite existing folders if any.-v, --verbosewill make your program verbose.
Yarn is an absolute requirement. Without it, the software won't work. Git is also required, but it is bundled on every OS nowadays. There's no requirements otherwise.
The core part is built around the French Pastries stack. It's a functional backend, built with JavaScript.
The frontend is built around Hyperapp. It's a functional frontend, inspired by Elm, also built with JavaScript.
Open a PR or fill an issue! Any help is welcome!
Want some help? Need some consulting to get you started? Reach me, we'll see what we can do for you!