https://github.com/inpercima/swaaplate-hw
Every project begins with a hello world output. This repository shows the hello-world projects of swaaplate.
https://github.com/inpercima/swaaplate-hw
angular angular-cli angular-cli15 angular15 gradle hello-world java java17 kotlin maven nodejs npm php php7 spring-boot spring-boot2 templates webapp yarn
Last synced: about 1 month ago
JSON representation
Every project begins with a hello world output. This repository shows the hello-world projects of swaaplate.
- Host: GitHub
- URL: https://github.com/inpercima/swaaplate-hw
- Owner: inpercima
- License: mit
- Created: 2019-10-17T18:59:03.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2026-02-10T21:15:26.000Z (about 1 month ago)
- Last Synced: 2026-02-11T00:19:38.460Z (about 1 month ago)
- Topics: angular, angular-cli, angular-cli15, angular15, gradle, hello-world, java, java17, kotlin, maven, nodejs, npm, php, php7, spring-boot, spring-boot2, templates, webapp, yarn
- Language: TypeScript
- Homepage:
- Size: 7.72 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# swaaplate-hw
Every project begins with a hello world output.
This repository shows the hello-world projects of swaaplate.
## Content
* [Hello world](./hello-world) - Example app with default options
* [Hello world without routing](./hello-world-without-routing) - Example app with default options but routing: false
* [Hello world with mock](./hello-world-mock) - Example app with default options but useMock: true
* [Hello world with nestjs](./hello-world-nestjs) - Example app with default options but backend: nestjs
* [Hello world with php](./hello-world-php) - Example app with default options but backend: php
* [Hello world with java and maven](./hello-world-java-maven) - Example app with default options but backend: java, management: maven
* [Hello world with php, npm, api folder and htaccess file](./hello-world-php-npm-api-htaccess) - Example app with default options but useYarn: false, backend: php, modRewriteIndex: true, runAsApi: true