Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 525 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 525 Bytes

getir.com homepage clone

This project is homepage clone of getir.com. Created with ReactJS and TailwindCSS.

Setup

You need to install dependencies.

# install dependencies
$ npm install

Then open 2 terminals and type following commands.

# watch changes for tailwind jit module
$ npm run watch

# start the project
$ npm start