Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ctrlmaniac/expresso-doppio
A template repository for building multi applications with expressjs and vite
https://github.com/ctrlmaniac/expresso-doppio
Last synced: 1 day ago
JSON representation
A template repository for building multi applications with expressjs and vite
- Host: GitHub
- URL: https://github.com/ctrlmaniac/expresso-doppio
- Owner: ctrlmaniac
- License: mit
- Created: 2023-10-05T12:57:29.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-05T13:59:18.000Z (about 1 year ago)
- Last Synced: 2023-10-05T15:03:48.719Z (about 1 year ago)
- Language: CSS
- Size: 93.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# expresso-doppio
A template repository for building multi applications with expressjs and vite
## Directory stucture
- **applications** where all applications will be developed
- **clients** where all clients will be developed## Scripts
Run `.\build` on windows to build and move the dist folder of clients inside their application folder.
If you're using unix just run `bash build`