This Ember application was developed using MongoDB, Express, and Node.js. It allows users to make blog posts, edit or remove blog posts previously made, and leave comments for each related post.
You will need the following things properly installed on your computer.
npm install -g npm
npm install -g ember-cli
npm install -g bower
bower install
npm install semantic-ui --save
cd semantic
gulp build
ember serve
- Visit your app at http://localhost:4200.
ember build
(development)ember build --environment production
(production)