This is a responsive hcard builder app.
- Clone this git repository.
- Change directory to
dist
directory and open the index.html in the browser of your choice to view the application.
- Run
npm install
- Run
bower install
- Run
gulp serve
to start the development instance or rungulp build
to generate the distribution resources in thedist
folder.