This project is developed based on the angular2-meteor
package.
The boilerplate demonstrates some basic usage of angular2 integration with meteor:
MeteorReact
meteor-rxjs
NgModule
- Angular Components
- Angular Forms
- Angular Pipes
- Angular Resolvers
- Angular Routings
- Angular Services
- Collections CRUD
- Collections Schema with
collection2
- Meteor methods
- Meteor publish/subscribe
- LESS/SASS/SCSS Support with angular2-meteor's
css-compiler
- Static HTML templates with
meteor-static-templates
You can use this app to experiment new features or to use it as a boilerplate to start angular2-meteor
projects.
Open a terminal and execute the commands below:
- Install meteor:
$
curl https://install.meteor.com/ | sh
(Note: You may need to configure proxy if you are running meteor behind a proxy. )
- Clone this repository:
$
git clone https://github.com/derek-fong/angular2-meteor-boilerplate.git
- Change directory into cloned folder and install NPM packages:
$
cd <project_dir>
$meteor npm install
- Run the app:
$
meteor
=> Started proxy => Started MongoDB. => Started your app. => App running at: http://localhost:3000/
- Open a web browser and navigate to
http://localhost:3000/
and test out the app.
Please report any bugs or issues to the Issues page.
MIT