create-kynix
v1.0.2
Published
🔨 Minimal Vite SPA starter with router and pages, made by katniny
Downloads
6
Readme
😺 Kynix
A minimal Vite SPA starter with a router and page support, made by katniny!
[!NOTE] Kynix does not support TypeScript.
🛠️ Get Started
- 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!
📖 How to Use
Kynix is easy-to-learn by design, but we have some documentation here.
❓ FAQ
- 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.
📃 License
Kynix is GPL-2.0. Please see the LICENSE file.
