totodev
Run 'yarn install'
Run 'yarn dev'
It seems due to this bug report, occassionally a page doesn't render correctly, you need to reload again/
Run 'yarn build'
Run 'yarn start'
- Install all the required packages(
npm install
) - Make sure AWS account credentials are set to profile with a name
- Point the AWS account credentials profile name in
.env
file - Run
npx sls
ornpx sls --debug
- To change/set custom domain name, first create the entry in Route53, create a SSL certificate in ACM for both root domain(if not dome preciously) and sub domain in us-east-1 region, then write the subomain in serverless.yml file and deploy
npx sls
andserverless
both commands are same, any one can be used.