Skip to content

daniel-seitz/AngularJS

Repository files navigation

Sample AngularJS project with Zend Expressive Backend

This is a sample appointment app. Feel free to get ideas from it.

Installation

  1. Install php packages
composer install
  1. Install front end dependencies
npm install
  1. Compile front end
npm run build

Run a webserver

composer run --timeout=0 serve

Open your browser

http://localhost:8080

Development

You can run the command npm run webpack in development. This will set webpack to watch over your changes and build automatically. There is NO hot reload so just refresh your browser to see your changes.

!!! There is no database attached, hence no persistence so if you check this project out. You won't experience a 'full' functionality. Rather observe the XHR response which will give you a temporary expected result.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages