oscarparamo is my personal website and development playground. This project will be an Ember.js web application that will host personal and professional information about me. Eventually, any other side projects I work on will be linked to or hosted on my website. The live version of this project will be hosted here.
You will need the following things properly installed on your computer.
git clone <repository-url>cd oscarparamonpm installbower install
ember serve- Visit your app at http://localhost:4200.
Make use of the many generators for code, try ember help generate for more details
ember testember test --server
ember build(development)ember build --environment production(production)
© 2017 Oscar Paramo