A simple and quick starter project for building basic websites using SCSS and Bootstrap 4 & JavaScript (ES6). Featuring all the Webpack magic such as Hot Module Replacement, asset minification, and JavaScript obfuscation. In addition to this, you can easily deploy your application with Docker which will serve it with Nginx.
👉 Demo
- ES6 with Babel & StandardJs
- Sass & Sass Linter
- Bootstrap 4
- Docker & Nginx
- Production Ready
Install Node Modules
$ npm install
Start Development Server
$ npm start
Build Application Locally
$ npm run build
Build Docker Image
$ docker-compose build
Start Docker Image
$ docker-compose up -d