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.
- Mantra Structure
- React Router
- Redux
- React-Router-Redux
- React Helmet
- Check that Meteor is installed
- Clone this repo
- From the application directory, run
npm install
to install dependencies
- From the application directory, run
meteor
- From a web browser, navigate to http://localhost:3000
- Different mount location for root component
- Configure tests
Any contributions, suggestions or feedback are much appreciated. Please let me know if you have any questions.