Skip to content

csillag/person-lister

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

csillag's Person Lister demo app

This is a small technology showcase app.

The live demo is available here:

https://csillag.github.io/person-lister/index.html

Running the application locally

If you want to run in locally, you need to install Meteor, and then run make dev.

Deployment

Since this project is client-only, it can be deployed at any static hosting solution. For building it that way, first install Meteor (see above), and then run make build.

The resulting static build will be placed in the docs directory, which you can upload to any static HTML server. (Unfortunately, opening it using the file:https:// protocol still won't work, because of the browsers' cross origin security policies.)

Technical details

See the design.md file for more details about the technology behind this project.


Update: Features that I implement after the deadline live on the post-mortem branch, and the updated demo is available here.

About

Just playing around with technology

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published