https://github.com/pysync/fric
image decorator app
https://github.com/pysync/fric
Last synced: over 1 year ago
JSON representation
image decorator app
- Host: GitHub
- URL: https://github.com/pysync/fric
- Owner: pysync
- Created: 2015-12-21T01:43:35.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-06T06:50:49.000Z (over 10 years ago)
- Last Synced: 2025-01-10T09:41:22.252Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 26 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
Awesome Lists containing this project
README
# to run app in localhost
# please install http server to serve www folder
# for example: using nodejs server
# ( you need install nodejs first)
# install http-server to serve assest
# ( maybe you need run with root access)
npm install -g http-server
# and start server
http-server ./www
# now you can view app in brower
http:127.0.0.1:8080
# let's enjoy ^_^
# =======================
# optional
# =======================
#
# this app is developed based on ionicframework
# url: http://ionicframework.com/
# and very strong js library for image: fabricjs
# url: fabricjs.com
# to start using it for continue develop let's
# start:
npm install -g cordova ionic
# and start server with ionic
# (if using serve of ionic, we don't need http-server)
ionic serve