Skip to content

This is Zonifero page mockup. Zonifero product, as well as page, already exist. Mockup was created as the part of training at Software Hut (Bialystok, Poland) where I was an intern. Simple HTML page, involving SCSS and vanilla JS, implementing RWD.

License

Notifications You must be signed in to change notification settings

wonderlul/HTML5-CSS3

Repository files navigation

Webpack 4 Boilerplate

Dependency Status devDependency Status

Plain webpack 4 boilerplate with Babel, SASS and lodash on board

Requirements

You only need node.js pre-installed and you’re good to go!

If you don’t want to work with lodash, just remove it from the node packages and the webpack config.

Download

Download in current directory

$ curl -L -o master.zip https://github.com/cvgellhorn/webpack-boilerplate/archive/master.zip && unzip master.zip && rm master.zip && mv ./webpack-boilerplate-master/{.,}* ./ && rm -r ./webpack-boilerplate-master

Setup

Install dependencies

$ npm install

Development

Run the local webpack-dev-server with livereload and autocompile on http://localhost:8080/

$ npm run dev

Deployment

Build the current application

$ npm run build

If you're not familiar with webpack, the webpack-dev-server will serve the static files in your build folder and watch your source files for changes. When changes are made the bundle will be recompiled. This modified bundle is served from memory at the relative path specified in publicPath.

About

This is Zonifero page mockup. Zonifero product, as well as page, already exist. Mockup was created as the part of training at Software Hut (Bialystok, Poland) where I was an intern. Simple HTML page, involving SCSS and vanilla JS, implementing RWD.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published