A starting point for MeteorJS applications. Includes flow-router, Material design Lite, Sass and more.
- Collections:
- Router:
- Authentication
- Sass
- PostCSS
- Linting
- Misc:
- Touch Support:
- Material Design Lite - NPM
- Clone this repo to
<yourapp>
https://github.com/MichaelJosephMiller/meteor-boilerplate.git <yourapp>
- Install NPM packages
npm install
- Set new remote url
git remote set-url <name> <newurl>
- Start coding!
Javascript: npm run js-lint
CSS & Sass: npm run sscss-lint
We have a common file structure we use across all of our Meteor apps. Client-only files are stored in the client
directory, server-only files are stored in the server
directory, and shared files are stored in the common
directory. The private
and public
directories are for either private or public assets.
SEO is handled by dfischer:prerenderio and kadira:dochead packages. Follow instructions on the respective sites for settup.
Upload your image to http://realfavicongenerator.net/ and place the resulting images in public/images/favicons
Copy and paste the HTML5 code to /client/head.html