Demo about using meteor --bare
to set up a Meteor AngularCLI example from scratch as angular-meteor/examples/AngularCLI.
See:
- [examples/AngularCLI]: meteor-client-bundler doesn't like 'static-html' #1950
- meteor-client-bundler doesn't like 'static-html' #78
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