GithubHelp home page GithubHelp logo

kerinik / webpack-simple-workflow Goto Github PK

View Code? Open in Web Editor NEW

This project forked from faztweb/webpack-simple-workflow

0.0 0.0 0.0 285 KB

A simple webpack workflow to create static websites using sass and a template engine

JavaScript 69.28% Handlebars 21.25% SCSS 9.47%

webpack-simple-workflow's Introduction

Webpack Workflow

This is a webpack configuration for development Websites with HTML, Handlebars, Javacript, CSS and Sass, using a live server and other features that webpack provides to other libraries and frameworks like React, Vue or Angular.

A tipical website needs:

  • CSS or Sass styles
  • A template engine (like Handlebars)
  • Import and install Javascript files (like npm modules)
  • Custom Fonts

Installation

Install dependencies

npm install

To start the development server

npm run dev

To build your project for production use:

npm run build

Considerations

  • the entry of our files is inside the folder: src
  • the webpack folder is to setting webpack files for development and production

webpack-simple-workflow's People

Contributors

fazt avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.