andrixb / fedia-media-master

Fėdia.media website. It uses React with TypeScript

Home Page:http://www.fedia.media

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Usage

  • yarn to install dependencies

  • npm start for developing (it runs build:dev and webpack-dev-server)

  • npm run start:server to startup webserver (for production testings)

  • npm run build:dev to run a dev build

  • npm run build to run production build

  • npm run clean: for a clean build

  • npm run lint:js lints javascript

  • npm run lint:css lints css

  • npm run lint:html lints html

  • npm run lint run all the linters

  • npm test run the test suites

For precommit add the script "precommit": "npm run lint"

About

Fėdia.media website. It uses React with TypeScript

http://www.fedia.media


Languages

Language:TypeScript 59.3%Language:CSS 15.4%Language:JavaScript 13.7%Language:HTML 11.7%