Skip to content

gopisathya/botanic-ng

 
 

Repository files navigation

Botanic NG

Angular JS Sample Application

Build Status Build Status Dependency Status

Requirements

  • You will need Java 8.
  • Redis is used to store the session information. However, embedded-redis is used, and thus you should not need to have Redis running locally.

How to Run

$ mvn clean spring-boot:run

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 Gulp. As a prerequisite you need to have NPM and Bower installed. Go into the ui directory:

$ cd ui/

Next, install all dependencies needed (try with sudo and -g if this doesn't work):

$ npm install
$ bower install

Now you can start the UI using:

$ gulp serve

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

Resources

About

Angular JS Sample Application

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 58.8%
  • CSS 17.4%
  • HTML 10.6%
  • Java 10.2%
  • TypeScript 2.9%
  • Groovy 0.1%