Skip to content

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

Notifications You must be signed in to change notification settings

tsamantanis/kite-spots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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