Skip to content

kevinsong1990/angularjs-expressjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angular JS + Express JS

Angular JS is an execent Javascript framwork in UI frontend. Express JS is an popular Node.js module in UI backend. And it's popular to use them together now.

So I create this demo, it's an very easy demo to set up an webisite, using Angular JS(1.3.15) in frontend, and Express JS(4.12.1) in backend.

This can help you understand how they works better.

Libs

Angular JS Info

Latest Version: 1.4. Current Stable Version: 1.3.15.

URL: https://angularjs.org/

HTML is great for declaring static documents, but it falters when we try to use it for declaring dynamic views in web-applications. AngularJS lets you extend HTML vocabulary for your application. The resulting environment is extraordinarily expressive, readable, and quick to develop.

Express JS Info

Latest Version: 4.12.1.

URL: http://expressjs.com/

Express is a minimal and flexible Node.js web application framework that provides a robust set of features for web and mobile applications.

Getting Started

Option1: Via Git

To get the source code via git just type:

git clone git://github.com/kevinsong1990/angularjs-expressjs.git
cd ./angularjs-expressjs/
node app.js

Minimum Requirements

  • Nodejs
  • Npm install -g express

Contribute Code or Provide Feedback

If you encounter any bugs with the library please file an issue in the Issues section of the project. Thanks very much.

My Contact Info

About

This is an easy website's sample code, using Angular JSin frontend, and Express JS in backend.

Resources

License

Stars

Watchers

Forks

Packages

No packages published