Skip to content

wandersonmaced/kanastra_frontend

Repository files navigation

kanastra-challenge-Frontend

  • basically, the project sends file to the backend in chunks, which could be handled more easily

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/wandersonmaced/kanastra_frontend/
  2. Install the packages

    bun install

    or

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

    bun run dev

    or

    npm run dev:node
    HTTP://localhost:8888
    
  4. this project uses a backend project that needs to be running

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published