KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#claude-code
#codex
#cli
#developer-tools
#react
#windows
botanic-ng
★ 78
Open GitHub ↗
Angular 5 Sample Application
Download README (.md)
Explore Similar Repositories
dummer
:
Generates dummy log data
docs
:
Documentation for the balenaCloud platform.
LRNotificationObserver
:
A smarter, simpler, and better way to use NSNotificationCenter with RAII
readium-shared-js
:
Repository for the shared JavaScript libraries that are used in the SDK-Launchers and other applications developed on top of the SDK
gradle-scalatest
:
A plugin to enable the use of scalatest in a gradle Scala project.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
botanic-ng
?
Download (.md)
Botanic NG ========== **Angular 5 Sample Application** [](https://travis-ci.org/ghillert/botanic-ng) ## 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](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](http://localhost:4200). Please make sure that the backend is running (`com.hillert.botanic.MainApp`) ## Resources * [Blog post](http://hillert.blogspot.com/2014/09/secure-your-angularjs-apps-with-spring-session.html) on how I use Spring Session in botanic-ng * [Session slides](http://www.slideshare.net/hillert/angularjs-with-spring-s2gx2014) of the Spring One S2GX 2014 talk