This is a message board that connects users of Ember.js, allowing them to ask questions and receive answers, 22/09/2017.
- Users can post questions.
- They can edit or delete a question once posted.
- Users can answer posted questions.
Built by Mary Ng'ang'a
- HTML
- CSS
- BOOTSTRAP
- EMBER
You will need the following things properly installed on your computer.
- Git
- Node.js (with NPM)
- Ember CLI
- Google Chrome
git clone https://github.com/marynganga/Ember-Q-and-A-Message-Board/
cd q-and-a-board
npm install
bower 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 test
ember test --server
ember build
(development)ember build --environment production
(production)
- To deploy the application, follow the instruction provided at https://firebase.google.com/docs/hosting/deploying or alternatively https://medium.com/google-cloud/google-firebase-can-host-your-website-and-single-page-application-4e9c9e0c6a95.
MIT ©2017 Mary Ng'ang'a