Skip to content

zhurlik/static-websites

Repository files navigation

static-websites

Static web sites: desktop + mobile
example workflow example workflow

Often there is a need to make a simple static site. This project demonstrates how you can, for example, make two static sites: for mobile devices and desktop browsers.

some helpful links

  • webpack
    Its main purpose is to bundle JavaScript files for usage in a browser, yet it is also capable of transforming, bundling, or packaging just about any resource or asset
  • HtmlWebpackPlugin
    Helps to generate HTML files to Desktop and Mobile sites
  • template-ejs-loader
    EJS (Embeded JavaScript) loader for Webpack. It converts EJS templates to plain HTML using the EJS npm package. It simplifies creation of HTML pages
  • postcss-loader
    Loader to process CSS with PostCSS
  • WebdriverIO
    It is useful for testing web applications