jaxio / celerio-angular-quickstart

Generate an Angular 5 CRUD application from an existing database schema (we provide a sample one)
Apache License 2.0
479 stars 138 forks source link

Small issue in the steps to create the app from sample DB schema - Windows #58

Open mamukundan opened 6 years ago

mamukundan commented 6 years ago

In Windows, the below step doesn't work (doesn't delete the files) and it doesn't complain either

rm web/src/app/app.module.ts web/src/app/app.component.* web/src/styles.css

Due to this the quickstart doesn't work as expected. Once the files were deleted manually, the application started working.