Website
RELATED: EXAMPLES > Cloud Solutions#Website |
Explore further
AWS Amplify - Build full-stack web and mobile apps in hours. Easy to start, easy to scale; https://aws.amazon.com/amplify/
https://blog.appseed.us/flask-template-bootstrap-open-source/ - many templates including dashboard
Web Hosting Solutions
AWS - Web Hosting
https://rapidapi.com/blog/how-to-deploy-a-react-app/ - cover all the options
Deployment - ReactJS - https://create-react-app.dev/docs/deployment/
Simple website hosted locally
Github - local-simplesite-httpservers
Examples - AWS
Basic website, django - see DEV-SEC-OPS > Cloud-AWS > Examples - Elastic Beanstalk
Basic website, nginx, docker - see DEVELOP > CN - Docker > Examples - "Create image - basic; basic website hosted by nginx"
Website, flask, elastic search backend - see DEVELOP > CN - Docker > Examples - "Docker compose; website - API - ElasticSearch"
Hosted sandbox
See:
DEVELOP > Software as a Service
DEV-SEC-OPS > Hosted Sandbox > Website
Typescript
TypeScript documentation: https://www.typescriptlang.org/docs/home.html
Hello World tutorial for TypeScript: https://code.visualstudio.com/docs/typescript/typescript-tutorial
How-to
References
[REF-1] - Create React app - Deployment;
Last updated