This project is the admin tool of mobilecms.
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.
- visit the demo.
- source code
- Hosted on a cheap server, with no database available
- Angular 5 + Material
- @ngx-translate
- A running API mobilecms-api
- NodeJS
- Angular CLI
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.
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