/css-analytics-frontend

Front-end code for CSS Analytics, a static analyzer for stylesheets.

Primary LanguageTypeScript

CSS Analytics Front End

Netlify Status Build Status

This repo contains the front end source code of the CSS Analytics project. The back end repo is here.

The CSS Analytics website is live here: https://css-analytics.netlify.app/

CLI

  • npm install: Install dependencies.

  • npm run fix: Fix style issues.

  • npm run check: Check Prettier, ESLint and TypeScript configuration.

  • npm run start: Start the front end in development mode. You need to start the back end in development mode locally as well.

  • npm run build: Trigger a production build.