Skip to content

FuDesign2008/example-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example App

Create App

  1. create app: npx create-react-app example-app --template typescript
  2. edit tsconfig.json: https://github.com/mrmckeb/typescript-plugin-css-modules
  3. add src/app.module.css and import it in src/App.tsx

Code Completion When Editing

  1. run yarn install
  2. open src/App.tsx
  3. try to edit at line 5 with insert styles. and wait for code completion

YCM + --ts-completer

ycm

vim-lsp + mattn/vim-lsp-settings (typescript-language-server)

lsp

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published