/corona

Meteor boilerplate using Mantra with React-Router, Redux, and React Helmet.

Primary LanguageJavaScript

Corona

A Meteor application boilerplate that applies the principles of the Mantra architecture. Please read the Mantra specification if you are unaware of it. Corona uses React-Router as its routing solution. Redux is used as an application-wide state manager, while React-Router-Redux is used to synchronise any route changes into application state. Corona also implements React Helmet for managing changes to the document head of different React containers.

Built With

  • Mantra Structure
  • React Router
  • Redux
  • React-Router-Redux
  • React Helmet

Using Corona

  1. Check that Meteor is installed
  2. Clone this repo
  3. From the application directory, run npm install to install dependencies

Running The App

  1. From the application directory, run meteor
  2. From a web browser, navigate to http://localhost:3000

Future Tasks

  • Different mount location for root component
  • Configure tests

Feedback

Any contributions, suggestions or feedback are much appreciated. Please let me know if you have any questions.