Skip to content
This repository has been archived by the owner on Nov 7, 2022. It is now read-only.

wixplosives/stylable-playground

Repository files navigation

Stylable Playground

A code playground for Stylable. Generated using create-stylable-app.

Play with the Stylable playground here!

Development

The following scripts are available:

npm run build - Build the application in production mode into a folder named dist. This folder can be served using any HTTP server. Uses webpack.

npm run serve - Statically serve the dist folder. Uses serve.

npm start - Starts the application in development mode (and opens the web browser). Uses webpack-dev-server.

npm run clean - Delete the dist folder. Uses rimraf.

npm run typecheck - Verify syntactic/semantic correctness. Uses typescript.

npm run lint - Verify best practices and find common issues. Uses eslint.