Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,11 @@ Building an AngularJS Website Using Routes

This is a simple AngularJS website using routes and partials. I have also included StateService to show how to preserve state across route changes.

This template is perfect for business sites. It consists of several static pages: projects, privacy, and about pages. Each product has its own page. There is also a contact form for communication. That is all that is necessary for any small website. Moreover, it is also a responsive template, thus it looks good on any device.

I hope you liked the demo, so if you’re ready – let’s start making this application. Please prepare a new folder for our project, and then create new folders in this directory:

css – for stylesheet files
images – for image files
js – for JavaScript files (libraries, models, and controllers)
pages – for internal pages