Skip to content

dlexio/frontal.js

Repository files navigation

Frontal.js

Build Status (main)

Features

A modern HTML development framework packed with the most critical and commonly used features in today's modern workflows:

  • CSS Languages such as Sass and Less
  • Next generation JavaScript via Babel
  • PostCSS Support
  • ESLint Support
  • Stylelint Support
  • TypeScript Support
  • HMR & Auto-Reload
  • Automatic Bundle Injection
  • Automatic Asset Optimization
  • Read the full list of features at https://dlex.io/frontal.

Documentation

View the full documentation at https://dlex.io/frontal/docs.

Getting Started

$ npm i -g frontal.js
$ frontal init my-project
$ cd my-project && frontal dev

Watch a 1-minute quick start video

Examples

Contribution

Read the contributing guide.