Hyggex Flashcard

Quick Start

Follow these instructions to get the project up and running on your local machine.

Prerequisites

Make sure you have the following software installed on your machine:

  • Node.js (v14.x or higher)
  • npm (v6.x or higher)

Installation

  1. Clone the repository to your local machine:
git clone https://github.com/subarnabsadhukhan/hyggex-assignment.git
  1. Navigate to the project directory:
cd hyggex-assignment
  1. Install dependencies using npm:
npm install

Development

To start the development server, run:

npm run dev

Building for Production

To build the project for production, run:

npm run build

The production-ready assets will be generated in the dist directory.