This project is homepage clone of getir.com. Created with ReactJS and TailwindCSS.
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