Skip to content

Seed project for building web apps with handlebars templates, webpack, bootstrap font awesome icons and sass along with babel

Notifications You must be signed in to change notification settings

SubiNesa/handlebarsjs-webpack-bootstrap-seed

Repository files navigation

Handlebarsjs Webpack Bootstrap seed

This is a seed project for building small web applications using webpack, handlebars, bootstrap, fontawesome and scss along with babel

Dependencies

This project relies on having nodejs with npm and git installed.

Install

In the node command prompt navigate to a folder you want to clone the repo into.

  1. download the repo into a folder

    git clone <prefered repo link> <optional repo name>

  2. move into the repository folder

    cd <repo name>

  3. install the dependencies

    npm install

Build

This project contains two webpack.[].config.js webpack configurations.

Developement

webpack.dev.config

Build the developement version

npm run start

Please folow localhost:9000

Production

webpack.prod.config

Build the production version

npm run build

Find bundle files in dist folder

Examples

Copy example src folder in the root folder by replacing the existing one and run the app.

About

Seed project for building web apps with handlebars templates, webpack, bootstrap font awesome icons and sass along with babel

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published