Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lifenglsf/meteor_app
my meteor app
https://github.com/lifenglsf/meteor_app
Last synced: 2 days ago
JSON representation
my meteor app
- Host: GitHub
- URL: https://github.com/lifenglsf/meteor_app
- Owner: lifenglsf
- Created: 2014-11-20T14:12:41.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-07T09:26:13.000Z (almost 9 years ago)
- Last Synced: 2023-02-27T01:17:05.948Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://lifeng.meteor.com
- Size: 255 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This app based on Meteor.
# quick install
* install meteor
for more imformation visit [meteor](https://github.com/meteor/meteor)
* remove autopublish
run command
```
meteor remove autopublish
```for security you should remove autopublish package and customize your publish and subscribe source.
* install iron router
run command
```
meteor add iron:router
```for more imformation visit [meteor-router](https://github.com/iron-meteor/iron-router)
* install bootstrap3
my app css based on bootstrap3.Default integration is bootstrap 2
run command
```
meteor add mizzao:bootstrap-3
```* install bootstrap datepicker
this package for date select.run command
```
meteor add rajit:bootstrap3-datepicker
```
* install gridfs
run command
```
meteor add cfs:standard-packages
meteor add cfs:gridfs
```
the package used for uploading files or images
* install autoform
run command
```
meteor add aldeed:autoform
```
* install autoform
run command
```meteor add reactive-var
```
#start app```
cd your app director
meteor
```[sample](http://lifeng.meteor.com)