maninak / NoMoTS-webapp

An Ionic Progressive Web App that serves as an example front-end for the demo API included in NoMoTS API boilerplate.

Home Page:https://nomots.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NoMoTS logo

NoMoTS Web App

Description

NoMoTS Web App serves as an example front-end to easily interact with a deployed instance of the demo API included in NoMoTS API boilerplate.

Built with Ionic which is an Angular framework, it features native look'n'feel tailored to the visitor's device (iOS, Android, Windows Phone). Since it's built as a Progressive Web App, it can be soft installed on device with the "Add to Desktop" action and even launched when offline.

Dependencies

If Ionic is not already installed in your machine, run:

$ sudo npm install -g ionic

Build

$ git clone git@github.com:maninak/NoMoTS-webapp.git && \
  cd NoMoTS-webapp && \
  npm install

Serve

This will serve the application in a browser. Any source code edits automatically trigger rebuild and refresh the browser.

$ ionic serve

Deploy

First run the following command to make a production build for the web:

$ npm run build:www

Then the contents of the folder www are ready to be served.

About

An Ionic Progressive Web App that serves as an example front-end for the demo API included in NoMoTS API boilerplate.

https://nomots.herokuapp.com/


Languages

Language:HTML 38.9%Language:TypeScript 33.4%Language:CSS 24.6%Language:JavaScript 3.2%