Minimal Aurelia stack using Gulp and Webpack.
Install gulp CLI
npm i -g gulp
Install the npm dependencies
npm i
Start the dev server
gulp watch
Navigate to http://localhost:3000
, which is configurable.
- Unit test framework
- CSS integration (separate tag or branch)
- ExpressJS backend server (separate tag or branch)