InfrontJS - API documentation
Welcome to the official api documentation of InfrontJS.
This api documents all the methods you need to know about to work with the framework. We try to keep everything as simple as possible.
Since we are working very hard on keeping InfrontJS as minimal as possible, we also like to encourage you to browse through the codebase on github. We try our best to provide you a clean and transparent codebase.
Build the docs
To generate the api docs, run the following commands. The generated api docs are in the folder ./apidocs
.
git clone https://github.com/infrontjs/infrontjs.git
npm init
npm run generate-docs
Other Resources
As you explore the API docs, you may find these resources valuable: