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 clone <repository-url>
this repositorycd project-intro
npm install
- Runs the app in the development mode
npm start
- Visit your app at http://localhost:3000
- The page will reload if you make edits.
npm test
npm run build
(production)
npm run deploy
(development)npm run deploy:prod
(production)
ab -n 500 -c 20 http://localhost:3001/
(Apache Bench)- Where n = total number of request, c = number of concurrent request