-
LSP/: Contains Docker container that set up LSP server (for autocompletion, linter ...) -
api/: Houses for api code & Dockerfile to build a container. -
java-workers/: Comprises java compiler which is ready to launch as Docker container. -
mariadb/: Holds docker-compose to deploy mariadb database server. -
rabbitmq/: Contains docker-compose to deploy rabbitmq server. -
web-app/: Houses for web-app source code.
Once you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --openTo create a production version of your app:
npm run buildYou can preview the production build with npm run preview.
Dernière version stable : 1.0
Dernière version : 1.0
Liste des versions : Cliquer pour afficher
-
Erwan G. alias @Wawone
-
Arthur M. alias @ArthurMynl
-
Ronan M. alias @Warfird
-
Théo L. alias @theolurat