This README outlines the details of collaborating on this Ember application. A short introduction of this app could easily go here.
You will need the following things properly installed on your computer.
- Git
- Node.js (with NPM)
- Ember CLI
- PhantomJS
- JSON Server
git clone https://github.com/devnigam24/OnlineQuizMaker
this repositorycd quiz-maker-app
npm install
ember s
- Visit your app at http://localhost:8080.
- Create a folder other than this application floder
- Clone https://github.com/devnigam24/fake-json-server
- Run command
json-server --watch db.json
inside fake-json-server/online-quiz folder - Visit your db at http://localhost:3000.
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)
Specify what it takes to deploy your app.