Skip to content
This repository has been archived by the owner on Sep 26, 2019. It is now read-only.

Latest commit

 

History

History
24 lines (18 loc) · 681 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 681 Bytes

This package is a boilerplate using the following components:

  • Meteor V1.8
  • React 16
  • React Router V4
  • AntD 3
  • Meteor password

Please refer to their respective sites for documentation and license information.

Demonstrates:

  • a home page with basic login/logout/register links
  • a protected page (example) only accessible for logged in users
  • invalid URL rerouted to the not found page

Installation:

  • clone from github
  • meteor npm install
  • meteor

It may be necessary to update asset files with the following script:

  • meteor run install-assets (copy the font files to public)

Contributions are welcome. The simplicity is a key design factor for this boilerplate.