.. | ||
src | ||
tools | ||
.eslintrc.js | ||
.gitignore | ||
.gitlab-ci.yml | ||
.prettierrc | ||
nest-cli.json | ||
package.json | ||
README.md | ||
requests.http | ||
tsconfig.json | ||
yarn.lock |
Mutzi's fileserver
Description
The most crackhead fileserver you will find on the market
Installation
npm install
cd frontend && npm install
Running the app
npm run start:dev
Run in parallel for building the frontend:
cd frontend && npm run serve