https://github.com/k-foss/app-template
Modern Full Stack Application Template
https://github.com/k-foss/app-template
Last synced: 2 months ago
JSON representation
Modern Full Stack Application Template
- Host: GitHub
- URL: https://github.com/k-foss/app-template
- Owner: K-FOSS
- Created: 2020-02-23T16:18:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T22:25:53.000Z (over 2 years ago)
- Last Synced: 2025-02-09T23:12:45.855Z (4 months ago)
- Language: TypeScript
- Size: 1.55 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 82
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# App Template
This is a GitHub Repo template for creating a full stack Progressive Web Application (PWA) using all the latest development and web standards
## Development
**Requirements**
- [VSCode](https://code.visualstudio.com/)
- [VSCode Remote - Containers Extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers)
- [Docker](https://www.docker.com/)Once you have this code base local on your workstation and terminal in the same directory as this `README.md`
Run: `./bin/startDevelopment.sh`
For each 'service' you will a VSCode window, you will have a notification prompting to reopen in a Development Container, do that
## Rename
To rename from `App-Template` to your own application name TBD
## API Development