Boilerplate code for a Meteor web application, with Materialize CSS, Blaze routing, and basic authentication integration.
Meteor is an intuitive JS development framework allowing for thin, isomorphic code. The Meteor package manager has many popular options, some of which are frequently involved in most projects. This a quick boilerplate of common modules to demo the basic functionality, including: authentication, routing, and library-specific css.
The main page showcases Materialize layout functionality. Login and SignUp are supported in the upper right menu, leading to a dashboard with a listview. This code is meant mainly for educational purposes, but can also be usedful for quick mock ups. ./lib/Routes.js is a good starting place for understanding
- accounts-ui
- accounts-password
- kadira:flow-router
- kadira:blaze-layout
- useraccounts:flow-routing
- useraccounts:materialize
This code still includes the Autopublish and Insecure modules, for prototyping Collections without explicitly subscribing. These should be removed for production deployments.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: