The Skillplane admin application built with SolidJS for optimal performance and fine-grained reactivity.
- Install dependencies:
npm install- Add to your
/etc/hostsfile:
127.0.0.1 admin.skillplane.localdev
- Start the development server:
npm run dev- Open in your browser:
http://admin.skillplane.localdev:5173
- SolidJS - Reactive UI framework with fine-grained reactivity
- Vite - Build tool and dev server
- TypeScript - Type safety
- Tailwind CSS - Styling
- @tanstack/solid-query - Server state management
- @solidjs/router - Client-side routing
- Axios - HTTP client
The app connects to the Rails API backend running at http://api.skillplane.localdev:3100.
npm run buildThe built files will be in the dist/ directory.