A minimal Vite SPA starter with a router and page support, made by katniny!
Note
Kynix does not support TypeScript.
- Run
npm create kynix my-name- Replace
my-namewith a project name, or use . to use current directory. Leaving this empty will usekynix-appby default
- Replace
- After the app is created, run
cd my-name - Install dependencies with
npm install - Run the app with
npm run dev - Enjoy!
Kynix is easy-to-learn by design, but we have some documentation here.
- Does Kynix support TypeScript?
- No, I do not use TypeScript and it is not supported by Kynix. If you want to open a PR adding support for TypeScript, I am not against this, however I will do not do this myself.
- Is Kynix a framework?
- No.
- Does Kynix use NPM dependencies?
- Only Vite!
- Does Kynix use HTML?
- Yes! This is how we make pages/components, but don't make multiple .html files for pages. See our documentation.
Kynix is GPL-2.0. Please see the LICENSE file.