A code playground for Stylable. Generated using create-stylable-app
.
Play with the Stylable playground here!
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.