gorums / generator-angular-2-crud

This app generate a CRUD for Angular2
https://www.atomicg.dev/
Other
33 stars 17 forks source link

Test the generator on Windows and MacOS #14

Open gorums opened 7 years ago

gorums commented 7 years ago

This is building over linux/ubuntu, we have to generate the CRUD over Windows and MacOS and run the project.

Duvel commented 6 years ago

Just to let you know I just generated and run an app on macOS 10.13.1. The statements for linux worked.

I only had to do npm install rxjs@^5.0.1 -s, but I don't think that is macOS specific.

gorums commented 6 years ago

Thanks so much @Duvel to let us know