Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1.66 KB

File metadata and controls

43 lines (27 loc) · 1.66 KB

MobilecmsAdmin

This project is the admin tool of mobilecms.

Build Status

Manage content for a sport organization : News, calendar events, public pages, documents, ... Like any CMS, it is intended to post articles and attach files (images or documents).

The responsive design with Material can be used with a mobile phone.

Visit the admin demo on github pages. Use any user-password combination on this version. API calls use a mocked API.

Web site frontend

Server requirements

  • Hosted on a cheap server, with no database available

Dependencies

Dev dependencies

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Run npm run demo | ng serve --env=demo for a live version without backend API.

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.

Build with specified web context : npm run dist Demo build for github pages : npm run demobuild