Skip to content
This repository has been archived by the owner on Jun 2, 2023. It is now read-only.

zakjan/hikeplan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HikePlan

CircleCI

Hiking route planner. Server & client JS web application.

Dependencies

npm install
cd client && npm install

Development

npm start
cd client && npm run dist -- -w   # watch

Production

npm start
cd client && npm run dist -- -p   # production

Deployment

Releases

No releases published

Packages

No packages published