This is a demonstration of multiple features found in AngularJS. It is running on a NodeJS Express server. It utilizes multiple views and routes to display the features on the website.
I created Fax Box to demonstrate how you would use AngularJS in a corporate website or ecommerce environment.
This is a great repo to use for learning how to use the many features found in AngularJS.
Table of Contents
- NodeJS
- Express
- AngularJS
- Twitter Bootstrap
- Node
- Express
- Angular
- Bootstrap
To use this repo, clone it to your computer. Run npm install
to install all required dependencies.
Start the server using node server.js
or nodemon server.js
.
Open your browser to http:localhost:3000