This application is a boilerplate to make the frontend challenge more quickly.
Table of Contents
- React
- Typescript
- Tailwindcss
- Vite
- shadcn/ui
- bun (But you can use Node.js instead)
You need to install bun
- To install bun, run this command:
Supported on macOS, Linux, and WSL
curl -fsSL https://bun.sh/install | bash
(Recommended if you're using Windows without WSL)
-
Clone the repo
git clone https://github.com/Kanastra-Tech/kanastra-challenge-boilerplate.git
-
Install the packages
bun install
or
npm i
-
With packages installed, run development command:
sh bun run dev
or```sh npm run dev:node ```