✌🏽
You will need the following things properly installed on your computer.
git clone https://github.com/cirroweb/dinosaurJS.git- change into the new directory
npm installbower install
ember server- Visit your app at http://localhost:4200.
- Before you can deploy you will need a
.env.production.deploy. Ask Frankie to get you the contents of it so you can push to prod. ember deploy production --activae=true(deploy to production and activate new index)
- We use pod structure so all current code is withing the
seventeenfolder — https://github.com/cirroweb/dinosaurJS/tree/master/app/pods/seventeen. Yes, I realize this is 2018 but we are using the same site as last year so get off my back lol. - Static JSON data lives in the associated route within the
seventeendirectory.
Make use of the many generators for code, try ember help generate for more details
ember testember test --server