Initial commit
This commit is contained in:
commit
35745a89ec
44 changed files with 3342 additions and 0 deletions
3
client/General/Home/home.html
Normal file
3
client/General/Home/home.html
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
<template name="home">
|
||||
<h1>This is Home.</h1>
|
||||
</template>
|
||||
5
client/General/Home/home.js
Normal file
5
client/General/Home/home.js
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
import { FlowRouter } from 'meteor/ostrio:flow-router-extra';
|
||||
|
||||
Template.home.events({
|
||||
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue