Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/askomarov/todo_test
https://github.com/askomarov/todo_test
css figma html pixel-perfect pug scss
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/askomarov/todo_test
- Owner: askomarov
- Created: 2022-10-26T13:32:49.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-27T07:28:02.000Z (about 2 years ago)
- Last Synced: 2024-04-15T22:52:17.897Z (9 months ago)
- Topics: css, figma, html, pixel-perfect, pug, scss
- Language: JavaScript
- Homepage: https://askomarov.github.io/todo_test/
- Size: 629 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Quick start instructions
### To get started, you must have the following installed:
- Node.js
- Gulp
- Npm## Основные команды для работы
- installation - `npm i`
- Starting a local server- `gulp`
- Building a project without starting a local server - `npm run build`
- Запуск тестирования на соответствия код-гайдам - `npm test`## All development is carried out in the directory `source`
## The resulting code gets into the directory `build`