A web bundling application that makes your website faster and easier to maintain
WIP logo
Features required for MVP:
| Feature | Implemented |
|---|---|
| HTML Includes | ✅ |
| CSS Bundling | ❌ |
| HTML/CSS Minifier | ❌ |
| Javascript Module Bundler | ✅ |
| Node.JS modules on browser | ❌ |
| Arrowpack website | ❌ |
| Documentation | ❌ |
| HTMLA file format spec | ❌ |
- C compiler
- Emscripten
- NPM
- Node.JS
- CMake
Note
Clang-format is also required for code formatting if you are writing/editing code.
The following command will build the Debug version of arrowpack:
npm run build