This repository is the client side application for RepoCreator. It is written in HTML5, CSS3, TypeScript and Aurelia.
npm install
node_modules/.bin/jspm registry config github
node_modules/.bin/jspm config registries.bower.handler jspm-bower-endpoint
node_modules/.bin/jspm install
npm start
Once the application is running you can make changes and see them when you refresh the browser. Be aware, the page is setup to cache locally so you may need to do a hard reload as described here: https://www.getfilecloud.com/blog/2015/03/tech-tip-how-to-do-hard-refresh-in-browsers
npm install --save-dev <package-name>
node_modules/.bin/jspm install <package-name>
node_modules/.bin/jspm dl-loader --latest
Update Runtime Transpiler to vnext (until npm tag support is added to JSPM)
TODO: Test if this actually works.
npm dist-tag ls typescript
node_modules/.bin/jspm install --dev typescript@<next-version-from-first-command-result>
Note: Verify that this list of dependencies is all that is used by searching through the project for
import.*from .aurelia-.*
node_modules/.bin/jspm install aurelia-bootstrapper aurelia-dependency-injection aurelia-event-aggregator aurelia-router aurelia-templating aurelia-binding aurelia-http-client aurelia-computed