Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 318 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 318 Bytes

This is an application demonstrating features of the Astonio framework.

Install modules:

npm install

Create the database using the databse.sql file.

Configurate the database access in the app.module.ts file.

To build this application run:

npm run watch

To run this application run:

npm run app