Few lines describing your project.
ng new frontend --routing
ng g m module/user --routing
ng g c module/user/crear-usuario
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
What things you need to install the software and how to install them.
npm install
A step by step series of examples that tell you how to get a development env running.
Say what the step will be
ng build
And repeat
ng s -o
End with an example of getting some data out of the system or using it for a little demo.
