_ _ ___| | ___ __ ___ _ _| |_ ____ / __| |/ / '__/ _ \| | | | __|_ / \__ \ <| | | (_) | |_| | |_ / / |___/_|\_\_| \___/ \__,_|\__/___|
Skroutz website made in React with Nextjs/Redux/Tailwind
Started this project to improve skills on React and Redux,
Install packages for this repo. ( I recommend yarn )
yarn install
(or)
npm install
Running this project locally for devs.
yarn dev
(or)
npm run dev
C. Dematas – demataschristiano@gmail.com
Distributed under the MIT license. See LICENSE
for more information.
- Fork it (https://github.com/dev-intj/skroutz-in-react/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request