- By Riley Watts
A basic message board for tech related inquiries. Users may ask new questions, read old questions and answers, or answer previously asked questions.
You will need the following things properly installed on your computer.
git clone <repository-url>
this repositorycd massage-board
npm install
bower install
When ready to start up, be sure you are located in the "massage-board" directory and run $ ember build
, followed by $ ember serve
. You can now visit localhost:4200 in your web browser and use the "Message the foo" web-app.
- format application.hbs layout
- generate necessary routes
- generate model for questions
- generate model for answers
- generate necessary components
Copyright (c) 2017 MIT License Riley Watts