Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 973 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 973 Bytes

Golf Club

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/.

Prerequisites

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.

Required packages

Run npm install to install the required node packages.

Development server

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.

Build

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.