Skip to content

fiftin/siteboilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is it?

SiteBuilderplate is a start point for creating a static S3-hosted website. It has a modern stack:

Technology Responsibility
NPM with Gulp Build
Ansible Deploy
Terraform Cloud resources
Pug Pages
SCSS Design
Bulma UI Framework
Visual Studio Core Code writing
Component architecture Code quality

Requirements

1. Test

Build the project

npm run build

Run Live Server

2. Setup

NOT IMPLEMENTED!!!

npm run setup example

3. Deploy

Deploy website to AWS

npm run deploy example

4. Destroy

NOT IMPLEMENTED!!!

npm run destroy example

How setup should works

NOT IMPLEMENTED!!! you should do it manually

  1. Ask the user to the AWS access key. (required)

  2. Ask the user to the AWS access secret (required)

  3. Ask the user to a domain name (optional) With using Terraform:

    • Create S3 bucket
    • Create Lambda@Edge
    • Requst SSL Certificate (if domain name provided)
    • Create CloudFront distribution
  4. Ask the user to add a CNAME record to confirm domain owning (if domain name provided)

  5. Waiting domain confirmation (if domain name provided)

  6. Setup successfully finished

  7. Destroy all resources if the user canceled setup

Recomendations

Use Cloudflare to protect your website from DDoS attacks.

Create a fork to start using the boilerplate.