17 lines
404 B
JSON
17 lines
404 B
JSON
{
|
|
"projectName": "hpiot-react",
|
|
"version": "3.0",
|
|
"frontend": "javascript",
|
|
"javascript": {
|
|
"framework": "react",
|
|
"config": {
|
|
"SourceDir": "src",
|
|
"DistributionDir": "build",
|
|
"BuildCommand": "npm run-script build",
|
|
"StartCommand": "npm run-script start"
|
|
}
|
|
},
|
|
"providers": [
|
|
"awscloudformation"
|
|
]
|
|
} |