Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uvdsl/solid-test-app
Just a test app for debugging :)
https://github.com/uvdsl/solid-test-app
Last synced: 2 days ago
JSON representation
Just a test app for debugging :)
- Host: GitHub
- URL: https://github.com/uvdsl/solid-test-app
- Owner: uvdsl
- License: mit
- Created: 2022-01-13T12:05:06.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-19T13:17:58.000Z (7 months ago)
- Last Synced: 2024-04-20T13:56:32.718Z (7 months ago)
- Language: TypeScript
- Size: 565 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Solid - Test - App
Creating, modifying, seeing and resources on Solid.
## Build and run using Docker
```
docker build -t solid-test-app:latest .
docker run -d -p 8080:80 --name SOLID-TEST-APP solid-test-app:latest
```## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```