Skip to content

halbtale/Web-Development-Workflow-Model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebDevelopmentWorkflowModel

This is a web development workflow model I've created that includes:

  • Babel polyfill
  • Css Autoprefixer and minimizer
  • Sass Compiler
  • Javascript bundler and minimizer (with webpack)

It also included a live-server with auto-reloading web pages.

To get started do in the terminal:

npm install

To load live server:

npm start

To get production compilation:

npm run build

Releases

No releases published

Packages

No packages published