Skip to content

tjeh/stylelint-demo

 
 

Repository files navigation

stylelint-demo

Build Status

An online demo of stylelint.

Getting started

  • npm install
  • npm run start:dev
  • Go to http://localhost:8080

Or view the live version at https://stylelint-demo.herokuapp.com/.

About

It consists of two parts:

  • A web server that accepts code and config parameters, passes them to stylelint and then responds with stylelint's output.

  • A frontend for creating code and config blocks, and rendering server responses.

Deployment

Commits to master will be tested by Travis. Successful builds will automatically be deployed to https://stylelint-demo.herokuapp.com/.

About

The online demo on the stylelint website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 83.4%
  • CSS 15.6%
  • HTML 1.0%