Skip to content

aniyy117/dribble_repo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dribbble UI Challenge

Yo, what's up guys! 🥳

This repo contains Dribbble Ui challenge which give by Eren, and challenge is Onboarding #Exploration 🌠

Preview

Laptop

image description

Phone

image description

Tablet

image description

Install

Default branch is main. Checkout to the latest branch if main is not upto date.

git checkout <branch-name>

To install all the dependencies, run

npm install

To start development environment, run

npm run start
# or
npm start

Setup to start production server for the first time

sudo npm i -g serve@latest

To start production server, run the following commands

npm run build:maxspace
serve -s -l 8080 build # for specific port
# or
serve -s build #for default port, random if default is used

Tech Stack used

React with Typescript

Libraries used

Sematic Ui React