Skip to content

tegraoss/assinaturator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Assinaturator

Signature generator

Application responsible for creating the signatures using Angular, Clipboard.js and Gravatar.

assinaturator

Run the application

To properly run the application you are going to need a server with the live reload capability. You don't need to install any browser plugins or manually add code snippets to your pages for the reload functionality to work. You could use only live-server.

npm install -g live-server
cd assinaturator/
live-server

If you don't want/need the live reload, you should probably use something even simpler, like the following Python-based one-liner:

python -m SimpleHTTPServer