kanastra-challenge-boilerplate

Contributors Forks Stargazers Issues LinkedIn


Logo

Kanastra's Boilerplate Frontend Challenge

This application is a boilerplate to make the frontend challenge more quickly.

Table of Contents
  1. About The Project
  2. Getting Started

About The Project

Built With

Getting Started

Prerequisites

You need to install bun

  • To install bun, run this command:
    curl -fsSL https://bun.sh/install | bash
    Supported on macOS, Linux, and WSL

If you're using Node instead Bun, please make sure that you Node version is 18 or higher.

(Recommended if you're using Windows without WSL)

Installation

  1. Clone the repo

    git clone https://github.com/Kanastra-Tech/kanastra-challenge-boilerplate.git
  2. Install the packages

    bun install

    or

    npm i
  3. With packages installed, run development command:

    bun run dev

    or

    npm run dev:node