Kodhus css and javascript UI library.
Checkout https://kodhus.com for more info on how to use this library to build amazing interfaces and web pages.
npx create-kodhus-app my-app
cd my-app
yarn gulp
- Install dependencies by running
yarn install. - Start the framework by running
yarn gulp. This will open the browser on an empty page.
- In order to start coding your webpage, open
src/index.htmland start coding your html. The browser automatically updates with your new changes when you save the fille. - To deploy your interface/web page, copy the whole public folder content into your web server's root directory.
As you can see the structure of src folder includes fonts, js, scss and an index.html. In order to add more html files, just create them under src folder and that's it. They will end up in the public folder.
- For collaboration, create a pull request with your changes/additions. We will get to it as soon as possible.