https://github.com/maskingtechnology/schrodingers-app
Template for the Schrödinger's App workshop.
https://github.com/maskingtechnology/schrodingers-app
Last synced: 8 months ago
JSON representation
Template for the Schrödinger's App workshop.
- Host: GitHub
- URL: https://github.com/maskingtechnology/schrodingers-app
- Owner: MaskingTechnology
- Created: 2025-05-30T13:32:06.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-05T06:56:37.000Z (about 1 year ago)
- Last Synced: 2025-07-16T01:06:37.796Z (11 months ago)
- Language: TypeScript
- Homepage:
- Size: 41 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Schrödinger's App
This is a template application designed for training purposes in building full-stack, distributable, monolithic applications. It includes a minimal contact application that, by default, runs entirely in the web browser but can also be distributed across multiple servers.
## Getting Started
Run the following commands in a terminal:
```bash
npm install
npm run build
npm run standalone
```
Then, open a web browser and navigate to http://localhost:3000.
## Next Steps
These will be explained during the workshop or training session.