Meteor Boilerplate
This project is intended to be used as a quickstart for building full stack Meteor web apps. It utilises Meteor, Vue, Apollo (GraphQL) and Tailwind to allow for rapid development.
Demo
Getting Started
Getting started is very easy; you can do so by following these steps:
- Clone this repository
- Open the project folder in command prompt/terminal
- Run
meteor npm install
andmeteor update
- Start the application with
meteor
Built With
- Meteor - The web framework used for backend/database
- Apollo (GraphQL) - Used to build a universal GraphQL API
- Vue.js - Front end reactive framework
- Vue Router - Simple routing for Vue
- TailwindCSS - CSS Framework for Rapid UI Development
- Feather Icons - Simply beautiful open source icons
License
This project is licensed under the MIT License - see the LICENSE.md file for details