Skip to content

tauhid621/nextjs-aws-s3-stack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Use this template

Hugo

Use this stack to spin up a static website in seconds and deploy to AWS S3.

Why should you use this stack?

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

What are the inputs to pass while setting up the stack?

- AWS Key
- AWS Secret Access Key
- AWS S3 Bucket Name
- Use Existing Bucket?

Github apps installed with this stack

Sider

How to setup local development server?

# 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

Nextjs

Learn more about next.js from the official tutorial. Visit https://nextjs.org/docs to view the full documentation.

Other Useful links

Security guide

Please see our guide lines for reporting issues related to security.md.

Contributor guide

Please see our guide lines for contributing.md.

Contributors

License

Unless otherwise noted, this GitHub Stack is distributed under the Apache Version 2.0 license found in the LICENSE file.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 77.1%
  • Dockerfile 22.9%