Skip to content

frontstall/hexlet-editor

 
 

Repository files navigation

On Push

Hexlet Ltd. logo

This repository is created and maintained by the team and the community of Hexlet, an educational project. Read more about Hexlet (in Russian).

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.9%
  • TypeScript 3.2%
  • HTML 2.4%
  • CSS 1.3%
  • Makefile 0.2%