Skip to content

Repository Created From Template using RepoCreator

License

Notifications You must be signed in to change notification settings

duahaudo/RepoCreator-Client

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RepoCreator Client

This repository is the client side application for RepoCreator. It is written in HTML5, CSS3, TypeScript and Aurelia.

Join the chat at https://gitter.im/Zoltu/RepoCreator-Client

Build (only required once on checkout)

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

Run

npm start

Develop

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

Maintain

Install or Update NPM package

npm install --save-dev <package-name>

Install or Update JSPM package

node_modules/.bin/jspm install <package-name>

Update Runtime Transpiler

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>

Update Aurelia

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

About

Repository Created From Template using RepoCreator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 49.4%
  • HTML 26.7%
  • JavaScript 12.5%
  • CSS 11.4%