EtienneDeneuve / frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FusionSuite - Frontend

Introduction

It's the frontend of FusionSuite.

Technologies

It use Ionic / Angular, so developped in typescript ;)

Run in developpment mode

To run / recompile in live on your computer, run the command:

./node_modules/.bin/ionic serve

Compilation

Web version

To compile it, run the command:

./node_modules/.bin/ionic build --prod -- --aot=true --buildOptimizer=true --optimization=true --vendor-chunk=true

The files are located in the folder www, so upload these files / folders in your webserver.

About

License:GNU Affero General Public License v3.0


Languages

Language:TypeScript 59.6%Language:HTML 23.9%Language:SCSS 14.9%Language:JavaScript 1.6%