Server description here
Fix the package name first before installing dependencies.
Put sensitive dev keys and local configs to /config.json
which is merged inside /config.js
. All keys must be on first level.
{
"awsAccessKeyId": "AWSACCESSKEYID",
"awsSecretAccessKey": "aWsS3crEtAcCes5KEy",
"appIndex": "http://localhost:8080",
"s3Bucket": "porns"
}
Recomended code change watcher is nodemon.
npm install -g nodemon
nodemon .
Includes ebs/.ebextensions
for AWS Elastic Beanstalk archives
Remove private: true
on package.json
to publish.