A template to build web applications using karax, pure.css and jester.

NerdRat d036b1e927 Removed wget as a dependency. 4 년 전
src d036b1e927 Removed wget as a dependency. 4 년 전
README.md d05aaf10d5 Added more info about using the template. 5 년 전
purecss_karax_nim.nimble d036b1e927 Removed wget as a dependency. 4 년 전

README.md

Pure.css, Karax and Jester template

A template to build web applications using karax, pure.css and jester.

Start using it

In order to start using this template you must:

Download or clone the template from NotABug

$ git clone https://notabug.org/NerdRat/purecss_karax_nim.git <your-project-name>

Modify the template to suit your needs through the .nimble file. For a new project you need to reset the template config:

$ cd <your-project-name>
$ mv purecss_karax_nim.nimble <your-project-name>.nimble
$ mv src/purecss_karax_nim.nim <your-project-name>.nim
$ rm README.md
$ rm -rf .git
$ git init .

Download assets and build the frontend with:

$ nimble buildFrontend

Build backend:

$ nimble build