Qg Web Template

screenshot of Qg Web Template
react
bootstrap
scss

Single Website Experience (SWE) is the template for the qld.gov.au website. https://633b6f711c3e24f3028971cb-wuadvcwpsb.chromatic.com/ and https://www.forgov.qld.gov.au/swe

Overview:

The Queensland Government Web Template is designed to provide a template for all Franchise websites and the technology for new Agency websites. It includes features such as developing in Storybook, working in GIT, making changes, and deploying the template. The repo structure is organized into different directories such as gulp, product definitions, src, build, release, assets, components, layout, legacy, utils, scss-general, images, lib, docs, template-pages, and tests.

Features:

  • Develop in Storybook: The template includes Storybook configuration, allowing developers to create and test components in isolation.
  • Working in GIT: Guidelines are provided for working with GIT, including creating branches and following a specific folder format for issue tracking.
  • Making changes: The template includes source files, definitions, and requirements, allowing developers to customize and modify it according to their needs.
  • Deploying the template: There are specific directories and files included in the repo structure for deploying the template, such as build, release, and .htaccess files.

Summary:

The Queensland Government Web Template provides a standardized template for Franchise websites and the technology for new Agency websites. It includes features such as Storybook development, GIT version control, and the ability to make custom changes. The repo structure is well-organized, with specific directories for different aspects of the template. Installation involves cloning the repository, creating a branch for changes, and using gulp functions to compile and build the template.

react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

bootstrap
Bootstrap

Bootstrap is the most popular CSS Framework for developing responsive and mobile-first websites.

scss
SCSS

SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.

template
Templates & Themes

A template or theme refers to a pre-designed layout or structure that provides a basic framework for building a specific type of application or website. It typically includes good design, placeholder content and functional features, allowing developers to customize and fill in the details according to their specific needs.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

github-pages
GitHub Pages

Gridsome is a Vue.js-based static site generator that makes it easy to build fast and flexible websites and applications by leveraging modern web technologies like GraphQL, Webpack, and hot reloading

gulp
Gulp

Gulp.js is an old but popular site building tool that automates various repetitive development tasks in web development, such as compiling Sass, minifying JavaScript, and optimizing images.

postcss
Postcss

PostCSS is a popular open-source tool that enables web developers to transform CSS styles with JavaScript plugins. It allows for efficient processing of CSS styles, from applying vendor prefixes to improving browser compatibility, ultimately resulting in cleaner, faster, and more maintainable code.

Storybook

Storybook is a tool for developing and testing UI components in isolation. It provides a sandbox environment where you can experiment with different props and states to see how your component responds.

webpack
Webpack

Webpack is a popular open-source module bundler for JavaScript applications that bundles and optimizes the code and its dependencies for production-ready deployment. It can also be used to transform other types of assets such as CSS, images, and fonts.