Skip to content

Instantly share code, notes, and snippets.

@LordZardeck
Created July 15, 2016 15:49
Show Gist options
  • Save LordZardeck/feae59b90d83e5ad0971add229a9790a to your computer and use it in GitHub Desktop.
Save LordZardeck/feae59b90d83e5ad0971add229a9790a to your computer and use it in GitHub Desktop.
How to Start an Aurelia Project without seed project
npm init
npm i -g jspm
npm i -D jspm
# The following will setup config and everything. If you want to use Gulp, Grunt, or some other build
# process, then choose "no" when it asks if you want to transpile
jspm install aurelia-framework aurelia-bootstrapper
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment