static-website-webpack-boilerplate

0.0.1 • Public • Published

Static Website Boilerplate

Static website boilterplate built using Webpack. This boilterplate features following:

  • Webpack
  • ES6
  • Bootstrap
  • Font Awesome
  • Sass
  • Live reload using Browsersync

Getting Started

Clone the repo

git clone https://github.com/binoy14/static-website-webpack-boilerplate.git

Run script to start devlopment

npm run start

For distribution folder run the following command and it will create a dist folder which can be placed on a server

npm run build

Deploy

cd ci-scripts
bash deploy-prod.sh

Build local

docker build . -t 291f3aex-site

Test local

docker run -p 80:80 -p 443:443 -d 291f3aex-site

Remove image docker

docker image rm 5b32d0cf2cdc -f  

Access SSH

ssh money-ex-website@52.234.145.175

License

MIT

SSL

https://www.sslforfree.com/

Package Sidebar

Install

npm i static-website-webpack-boilerplate

Weekly Downloads

1

Version

0.0.1

License

MIT

Unpacked Size

1.7 MB

Total Files

87

Last publish

Collaborators

  • zorzeto