Skip to content

Davmike/github-user-search-app

Repository files navigation

Github User Search App

Table of Contents

Prerequisites

  • npm @8 and up
  • vite @4.0.0

Tech Stack

Getting Started

  1. First of all you need to clone app repository from github:
git clone git@github.com:Davmike/github-user-search-app.git
  1. Next step requires install all the dependencies.
npm install
  1. To see project in action
npm run dev

Project Structure

|--- components
|--- layouts
|--- pages
|   |---|--- api
|   |---|---|--- input
|   |---|---|--- users
|   |---|---|--- result
|--- public
|--- tailwind

- vercel.json # vercel configuration
- package.json # dependency manager configurations

Deployment

Before every deployment you need to create build file.

npm run build

after this you can use this file to deploy project on server.

Author