rafaelpernil2 / FezComicsCliente

Cliente para el proyecto FezComic desarrollado en Ionic

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FezComicsCliente

An Ionic 4 web application designed for a cartoonist to manage his/her Comics and Series

Table of Contents

Software Requirements Specification

It will be uploaded at some point to serve as a reference.

Installation

Requirements:

Additional requirements without using Docker:

Steps without Docker:

Install Ionic 4

$ npm install -g ionic@latest

Go to the folder where you cloned this repository and install the dependencies

$ npm install

Steps using Docker:

Simply build the container

$ docker build -t <some-tag> .

Usage

Usage without Docker

Deploy in local using the following command

$ ionic serve

Usage with Docker

Run the created container

$ docker run -p 8100:8100 -d <some-tag>

Contributing

There is no plan regarding contributions in this project

Credits

This web application has been developed by the following team:

Francisco Gambero Salinas- Front-End Developer

Jesus Contreras Herrera- Back-End Developer

Francisco Sánchez Rueda- Front-End Development Lead

Rafael Pernil Bronchalo - Software Architect, Back-End Development and Design Lead

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Cliente para el proyecto FezComic desarrollado en Ionic

License:MIT License


Languages

Language:TypeScript 79.2%Language:HTML 15.0%Language:CSS 3.9%Language:JavaScript 1.8%Language:Dockerfile 0.1%