Initialized frontend

This commit is contained in:
Jef Roosens 2021-08-16 21:08:16 +02:00
parent dcdb5b2b2a
commit 33768dc065
Signed by untrusted user: Jef Roosens
GPG key ID: 955C0660072F691F
15 changed files with 5376 additions and 0 deletions

18
frontend/.gitignore vendored Normal file
View file

@ -0,0 +1,18 @@
# build output
dist
# dependencies
node_modules/
.snowpack/
# logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# environment variables
.env
.env.production
# macOS-specific files
.DS_Store