feat: project scaffold with tabs, styles and package.json
This commit is contained in:
9
package.json
Normal file
9
package.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"name": "morning-meeting-planner",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"start": "npx serve . -p 3000",
|
||||
"test": "node tests/algorithm.test.mjs"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user