
Table of Contents
-
About The Project
-
Getting Started
- Usage
- Contributing
- License
- Contact
About The Project
Simple go application to check the capabilities of embedding SPA Svelte application inside the go server.
- Dockerfile and Makefile for automation
- Simple Svelte app to generate some static files
(back to top)
Built With
(back to top)
Getting Started
Prerequisites
All you need to have is a working docker environment
Installation
No further installation needed.
(back to top)
Usage
Simply build the docker image from provided Dockerfile:
make build
And then run the project with:
make build
For more examples, please refer to the Documentation
(back to top)
Contributing
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/awesome)
- Commit your Changes (
git commit -m 'feat: add awesome feature')
- Push to the Branch (
git push origin feature/awesome)
- Open a Pull Request
(back to top)
License
Distributed under the MIT License. See LICENSE.txt for more information.
(back to top)
PROAPI Michał Pawelski - @proapi - kontakt@proapi.eu
LinkedIn: https://www.linkedin.com/in/michal-pawelski
Project Link: https://github.com/proapi/go-embed-spa
(back to top)