- Fast Deployments - Deploy your entire website or frontend in seconds.
- CDN, SSL & Custom Domains - Comes with free CDN, SSL & custom domains out of the box.
- Built-in Monitoring - Monitor your website right from the Serverless Dashboard.
This will start React server running at http://localhost:3000.
npm install
npm start
npm run build
npm run test
This is using Serverless V3 so the Components is now separate.
npm install -g serverless
npm install -g @serverless/components
Refer to Serverless Website for more details.
components deploy
What are the resources created?
-
AWS S3 Bucket for hosting
-
AWS CloudFront for CDN
And if you set a domain:
-
AWS ACM Certificate for SSL
-
AWS Route53 for DNS
components login
components remove