This is a EmberJS bootstrap for an project.
You will need the following things properly installed on your computer.
- Git
- [email protected] (with NPM)
- Ember CLI
- Google Chrome
- Clone the project
$ git clone [email protected]:telmaantunes/ember-bootstrap.git
- Go to the project's folder and install the dependencies
$ npm i
Make sure to change all the occurrences of ember-bootstrap
to the name of your project.
- Run the app
$ ember server
- Go to http://localhost:4200/
$ ember build