/kite-spots

Kite spots helps kitesurfers find kitesurfing spots and events near them with a mobile first design web application.

Primary LanguageTypeScript

Kitesurfing Spots App

Kite spots helps kitesurfers find kitesurfing spots and events near them with a mobile first design web application.

Table of contents

Live Preview

Live Preview

Installation

(Back to top)

To use this project, first clone the repo on your device using the commands below:

git clone https://github.com/tsamantanis/kite-spots.git

cd kite-spots

Frontend

cd frontend

npm install

Backend

cd backend

npm install

Usage

(Back to top)

Frontend

ionic serve

Backend

nodemon server

Deployment

(Back to top)

Frontend

git push

Backend

git subtree push --prefix backend heroku master