0.0.4 • Published 5 years ago

typescript-style-sheet v0.0.4

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

typescript-style-sheet

CircleCI

Define CSS Object Model by TypeScript

Install VS Code Extenstions

Jest
TSLint
TypeScript Toolbox
Jest tests runner for vscode
GitLens — Git supercharged
ESLint
EditorConfig for VS Code

Fix cannot watch source code changes for yarn test:watch on linux

vim /etc/sysctml.conf

Add the flowing line:

fs.inotify.max_user_watches=524288

Then run command:

sudo sysctl -p

Run test

yarn test

Or

yarn test:watch