A sample Angular 2 application for booking golf course tee times. The app uses the DevExtreme UI Widgets such as: dxScheduler, dxForm, dxResponsiveBox, dxPopup.
For more information about DevExtreme, please visit https://js.devexpress.com/.
Node.js and npm are required.
Use the Node.js version 6.9.0 or higher and the npm version 3 or higher.
The app was build using angular-cli. Run npm install @angular/cli -g
to install it.
Run npm install
to install the required node packages.
Run npm start
or ng serve
to start a dev server. Navigate to http://localhost:4200/
. The app will be automatically reloaded if you change any of the source files.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the -prod
flag for a production build.