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
- Host: GitHub
- URL: https://github.com/infrontjs/infrontjs
- Owner: infrontjs
- License: mit
- Created: 2022-09-13T07:33:37.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2026-01-10T09:27:08.000Z (6 months ago)
- Last Synced: 2026-01-11T01:35:19.677Z (6 months ago)
- Topics: framwork, frontend, javascript, vanilla
- Language: JavaScript
- Homepage: https://www.infrontjs.com
- Size: 5.89 MB
- Stars: 13
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README-DOC.md
- License: LICENSE
- Code of conduct: CODE-OF-CONDUCT.md
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)