Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 655 Bytes

README.md

File metadata and controls

47 lines (31 loc) · 655 Bytes

crud-app

This is a simple CRUD application.

Prerequisites

You will need the following things properly installed on your computer.

Installation

  1. Clone the project
$ git clone [email protected]:telmaantunes/crud-app.git
  1. Go to the project's folder and install the dependencies
$ npm i

Running

  1. Run the app
$ ember server
  1. Go to http://localhost:4200/

Testing

$ ember test

Building

$ ember build