Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)