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
andLess
- 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
- Minimal (zero-config)
- Basic (basic-config)
- Custom Bundles
- Page Assets
- Page Partials
- Page SVGs
- With Tailwind
- With Bootstrap
- With Bulma
- With Custom Babel Configuration
- With Custom PostCSS Configuration
- With TypeScript
- With Linting
- With Frontal Library
Contribution
Read the contributing guide.