paschalidi / frontend

πŸ’œ Book curated trips in minutes https://deens.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

deens.com

Book curated trips in minutes.

CircleCI

This is the repository for the frontend of deens.com. This project was bootstrapped with Create React App and then later moved over to React app rewired.

πŸ— Development

$ git clone git@github.com:deens-com/frontend.git
$ cd frontend

# install dependencies
$ yarn

We have some yarn specific code in our package.json so we recommend that you use yarn for package management with this repo.

# export the backend endpoint to use
$ export REACT_APP_PARSE_SERVER_URL=https://staging-api.deens.com

# start the web app
$ yarn start

🎨 Style Guidelines

We use Prettier to format the code for this repo.

Before committing, please run yarn prettier-all to format your code or add Prettier to the pre-commit hook to automatically take care of formatting.

How to add Prettier to pre-commit hook?

$ touch .git/hooks/pre-commit
$ chmod +x .git/hooks/pre-commit
$ echo '''#!/usr/bin/env bash

yarn lint-staged''' > .git/hooks/pre-commit

😱 Troubleshooting

If you're stuck somewhere while working on something, create an issue and we'll help you out.

πŸŽ“ License

Licensed under the GNU public license V3.0. See LICENSE for more information.

πŸ‘ Big Thanks

Cross-browser Testing Platform Provided by Sauce Labs along with some great Open Source ❀️

About

πŸ’œ Book curated trips in minutes https://deens.com

License:GNU General Public License v3.0


Languages

Language:JavaScript 98.3%Language:HTML 1.0%Language:CSS 0.7%Language:Shell 0.0%