Skip to content

Using `meteor --bare` to set up a Meteor AngularCLI example from scratch

Notifications You must be signed in to change notification settings

atao60/angular-meteor-example-AngularCLI-bare

Repository files navigation

angular-meteor-example-AngularCLI

Demo about using meteor --bare to set up a Meteor AngularCLI example from scratch as angular-meteor/examples/AngularCLI.

See:

Install and run

git clone https://github.com/atao60/angular-meteor-example-AngularCLI-bare.git demo

cd demo

npm install

npm run start:local:dev

As it is, the application is not buildable.

(cd api && meteor remove static-html)

npm run clean:build

npm run start:local:dev

Go to http://localhost:4200

About

Using `meteor --bare` to set up a Meteor AngularCLI example from scratch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published