initial commit
This commit is contained in:
commit
0024f44c80
34 changed files with 1991 additions and 0 deletions
8
package.json
Normal file
8
package.json
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"private": true,
|
||||
"workspaces": ["backend", "frontend", "common"],
|
||||
"scripts": {
|
||||
"build": "cd frontend && yarn build",
|
||||
"start": "cd backend && yarn start"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue