Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 754 Bytes

README.md

File metadata and controls

45 lines (29 loc) · 754 Bytes

ember-bootstrap

This is a EmberJS bootstrap for an project.

Prerequisites

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

Installation

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

Configuration

Make sure to change all the occurrences of ember-bootstrap to the name of your project.

Running the app

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

Build

$ ember build