Gallery 13 is an art gallery in Minneapolis, MN
This project is built utilizing the sane stack which is a full javascript stack built on
- backend
- [NodeJS] (https://nodejs.org/)
- [SailsJS] (http://sailsjs.org/)
- front-end
- [EmberJS] (http://emberjs.com/)
- [EmberJS CLI] (http://www.ember-cli.com/)
This README outlines the details of collaborating on this Sane Stack application.
You will need the following things properly installed on your computer.
git clone <repository-url>
this repository- change into the new directory
- change into the
client
directory npm install
bower install
- change into the
server
directory npm install
sane up
- Visit your app at http://localhost:4200.
- Visit your backend api at http://localhost:1337.
Make use of the many generators for code, try ember help generate
for more details
ember test
ember test --server
- change into the
client
directory ember build
(development)ember build --environment production
(production)
Specify what it takes to deploy your app.
- sane stack
- ember.js
- ember-cli
- [SailsJS] (http://sailsjs.org/)
- Development Browser Extensions