Use this stack to spin up a static website in seconds and deploy to AWS S3.
You can spin a website in seconds using NextJS.
Next.js gives you the best developer experience with all the features you need for production: hybrid static & server rendering, TypeScript support, smart bundling, route pre-fetching and more. No config needed. Read more about next.js
The website is hosted in AWS S3.
The stack also sets up a proper Github CI/CD environment by taing care of the following things
- creating a "main" branch
- AWS Key
- AWS Secret Access Key
- AWS S3 Bucket Name
- Use Existing Bucket?
Sider
# Start by using github-codespaces developer environments
# or alternatively start a local development environment.
npm run dev
open http://localhost:3000
# to run tests
npm test
# to generate a production build
npm run build
Learn more about next.js from the official tutorial. Visit https://nextjs.org/docs to view the full documentation.
Please see our guide lines for reporting issues related to security.md.
Please see our guide lines for contributing.md.
- Trilok Ramakrishna (@3loka)
Unless otherwise noted, this GitHub Stack is distributed under the Apache Version 2.0 license found in the LICENSE file.