Skip to content

dlwebdev/nightlife-app-heroku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 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/vladotesanovic/angular2-express-slim
cd angular2-express-slim

# Install dependencies
npm install && npm run typings

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

# Applciation url: http://localhost:3000

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

Angular 2 Mean app THAT ACTUALLY WORKS on Heroku

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages