Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 8574c199 authored by Pierre Jarriges's avatar Pierre Jarriges
Browse files

wip admin front

parent f9a90661
No related branches found
No related tags found
No related merge requests found
...@@ -22,11 +22,17 @@ doc: ...@@ -22,11 +22,17 @@ doc:
bash-api: bash-api:
docker exec -it kuadrado_server bash docker exec -it kuadrado_server bash
build-front: build-website:
npm run --prefix ./website build npm run --prefix ./website build
build-front-debug: build-website-debug:
npm run --prefix ./website build debug npm run --prefix ./website build debug
build-admin:
npm run --prefix ./admin-frontend build
build-admin-debug:
npm run --prefix ./admin-frontend build debug
logs: logs:
docker-compose logs -f docker-compose logs -f
\ No newline at end of file
...@@ -4,17 +4,10 @@ ...@@ -4,17 +4,10 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<title>Kuadrado admin panel</title> <title>Kuadrado admin panel</title>
<link rel="shortcut icon" type="image/x-icon" href="/v/admin-panel/assets/favicon.ico" />
<link rel="stylesheet" href="/v/admin-panel/assets/style.css"> <link rel="stylesheet" href="/v/admin-panel/assets/style.css">
</head> </head>
<body> <body></body>
<main> <script src="/v/admin-panel/assets/bundle.js"></script>
Kuadrado admin panel TODO
FORM: post article
FORM: update/delete article
</main>
</body>
<script src="/v/admin-panel/assets/script.js"></script>
</html> </html>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment