An open API service indexing awesome lists of open source software.

https://github.com/infrontjs/infrontjs

An anti-framework for real javascript developers
https://github.com/infrontjs/infrontjs

framwork frontend javascript vanilla

Last synced: 6 months ago
JSON representation

An anti-framework for real javascript developers

Awesome Lists containing this project

README

          

# 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`.

```bash
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:

* [InfrontJS Guides](https://guides.infrontjs.com)
* [InfrontJS Github repo](https://github.com/infrontjs/infrontjs)
* [InforntJS Examples](https://examples.infrontjs.com)