Skip to content

dlwebdev/twitter-polling-heroku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angular2 Express slim starter

Heroku ready wih SystemJS builder

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

Install

git clone https://github.com/dlwebdev/angular2-express-slim
cd angular2-express-slim

# Install dependencies
npm install && npm run typings

# To rebuild js
tsc
npm run bundle
npm run bundle:prod

# run and watch for changes in .ts files
npm start

# Application available at url: http://localhost:8080

Development

Uncomment in public/index.html:

<script src="js/systemjs.config.js"></script>
<script>
  System.import('main')
        .then(null, console.error.bind(console));
</script>

Comment out

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

About

Twitter Polling App build with Angular 2 MEAN Stack for Heroku

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages