A repository of UI clones from different popular websites. The main purpose of this repo is to learn new css techniques and also how popular websites build their ui. Most of the inside projects are ui only with some logic.
Install Homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
Install tools
brew install yarn
brew install node
Configuring repository
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
Install tools
sudo apt update
sudo apt install yarn
sudo apt install nodejs
Install Chocolatey
Install tools
choco install yarn
choco install nodejs
Inside the project folder you want, run:
yarn
Inside the project folder you want, run the following command to start the web application
yarn start
- Pipefy Clone
- Geraldo Braz - Initial work - @geraldobraz