All Projects → DevExpress → golfclub

DevExpress / golfclub

Licence: other
GolfClub: Angular and DevExtreme sample application

Programming Languages

typescript
32286 projects
Less
1899 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Golf Club

A sample Angular application for booking golf course tee times. The app uses the DevExtreme UI Widgets such as: dxScheduler, dxForm, 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.

Server Side Rendering

Run npm run build:ssr to build the project. The build artifacts will be stored in the dist/directory. Run npm run serve:ssr to start the application. Navigate to http://localhost:4000/.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].