Yo, what's up guys! 🥳
This repo contains Dribbble Ui challenge which give by Eren, and challenge is Onboarding #Exploration 🌠
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