Skip to content

Drageaux/quiz-whizz

Repository files navigation

Angular2 Express Starter

Demo: https://express-angular2.herokuapp.com/

Install

git clone https://github.com/vladotesanovic/angular2-express-starter
cd angular2-express-starter

# Install dependencies
npm install

# start server
npm run develop

# Application url: http://localhost:3000

Development

Uncomment in public/index.html:

<script src="assets/js/systemjs.config.js"></script>
<script>
    System.import('app').catch(function(err) { console.error(err); });
</script>

Comment out

<!-- Production mod -->
<script src="js/bundle.min.js"></script>