SimpleVictor / WhereMyMoneyServer

Server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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>

About

Server

License:MIT License


Languages

Language:TypeScript 52.7%Language:HTML 30.6%Language:JavaScript 12.9%Language:CSS 3.8%