Proof of concept of a kanban style application.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
{
|
|
"name": "kb",
|
|
"version": "1.0.0",
|
|
"description": "## Description",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "concurrently 'npm start --prefix back' 'npm start --prefix front'",
|
|
"dev": "concurrently 'npm run dev --prefix back' 'npm start --prefix front'",
|
|
"test": "npm run test --prefix back"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"concurrently": "^6.0.0"
|
|
}
|
|
}
|