Skip to content

IgorBarbashov/rss-codejams-2019-q3

Repository files navigation

igorbarbashov-RS2019Q3

Completed tasks:

Branch 'main' contains pre-installed configures for linters (csscombo, htmlhint, eslint, prettier) for all projects.

To use linters:

  • Install Node.js
  • Clone this repository
  • Run 'npm install' in root folder of any branch
  • Use script 'npm run lint' to check code or 'npm run lint:fix' to fix possible problems in code

To run particular project:

  • Install Node.js
  • Clone this repository
  • Switch to project's branch <project_name>
  • Go to folder <project_name>
  • Use 'npm install' to install all dependencies
  • Use 'npm start' to start project

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published