Online coding platform by Coding Blocks.
You will need the following things properly installed on your computer.
git clone <repository-url>this repositorycd hacknpm installbower install
- The app is configured to use
dev-api.cb.lkas backend out of the box. You can change this inconfig/environment.js. - If you wish to code without an instance of hack-backend running, you can
enable mirage by exporting
HACK_FRONTEND_MIRAGE_ENABLEDin your environment. ember serve- Visit your app at http://localhost:4200.
ember testember test --server
ember build(development)ember build --environment production(production)