Skip to content

generate static html assets to deploy on s3 bucket πŸš€ πŸ“¦

License

Notifications You must be signed in to change notification settings

LuanFreireKondo/static-html

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

10 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Static html

generate a /dist folder with all static html assets ready to deploy on s3 bucket πŸš€ πŸ“¦

Technologies

  • Webpack 5 - Generate your static module bundler
  • NodeJS - JavaScript runtime built on Chrome's V8 JavaScript engine

Environments

Env URL
DEV http://localhost:9090
PROD https://static.lkondo.com

Install

npm install

Run

npm start

Testing

http://localhost:9090/

Build

npm run build-prod

Dist

.
β”œβ”€β”€ /dist                     # Minified, optimized and compiled files
β”‚   β”œβ”€β”€ /assets
β”‚   β”‚   β”œβ”€β”€ logo-192x192.png           
β”‚   β”‚   β”œβ”€β”€ logo-512x512.png
β”‚   β”‚   β”œβ”€β”€ manifest.json
β”‚   β”‚   └── style.css
β”‚   β”œβ”€β”€ home.js
β”‚   β”œβ”€β”€ index.html
β”‚   β”œβ”€β”€ robots.txt
β”‚   └── sw.js

License

MIT

Copyright (c) 2021-present, Luan Freire Kondo

About

generate static html assets to deploy on s3 bucket πŸš€ πŸ“¦

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published