mounikagonti / grit-test

grit-test with react js, typescript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GRIT DIGITECH Frontend Challenge

System Requirements

# Node.js 16.8 or later.
# MacOS, Windows (including WSL), and Linux are supported.

Prerequisites

# Download the Node js and setup your environment

# Check your node version
$ node -v

# Check package manager version
$ yarn -v (or) npm -v

Quick Start

# Clone the application
$ git clone https://github.com/mounikagonti/grit-test.git

# Install dependencies
$ yarn install (or) npm install

# Serve on localhost:3000
$ yarn start (or) npm start

About

grit-test with react js, typescript


Languages

Language:SCSS 52.7%Language:TypeScript 26.5%Language:JavaScript 15.4%Language:HTML 5.4%