ghillert / botanic-ng

Angular 5 Sample Application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Botanic NG

Angular 5 Sample Application

Build Status

Requirements

  • You will need Java 8 and `Maven.

How to Run

$ mvn clean spring-boot:run -Pui

The easiest way to run solely the UI is to use Spring Boot.

$ spring run app.groovy

and visit http://localhost:9900. Please make sure that the backend is running (com.hillert.botanic.MainApp)

How to Build

You can also serve the UI using Angular CLI. As a prerequisite you need to have NPM installed. Go into the ui directory:

$ cd ui/

Next, install all dependencies needed:

$ npm install

Now you can start the UI using:

$ npm start

No you can visit http://localhost:4200. Please make sure that the backend is running (com.hillert.botanic.MainApp)

Resources

About

Angular 5 Sample Application

License:Apache License 2.0


Languages

Language:Java 46.5%Language:TypeScript 30.4%Language:HTML 8.0%Language:Shell 5.7%Language:CSS 4.4%Language:Batchfile 3.6%Language:JavaScript 1.0%Language:Groovy 0.2%