Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

typescript directory structure

// General reference

|   .gitignore
|   package.json
|   tsconfig.json
|   tslint.json
|   webpack.config.js
+---src
    |   index.ts
    |   index.css
    |   index.html
    +---components
    |       index.ts
    |       AppPage.tsx
    |       ...
    +---types
    |       index.ts
    |       ...
    +---store
            index.ts
            actions.ts
            reducer.ts
            types.ts
 
PREVIOUS NEXT
Tagged: #typescript #directory #structure
ADD COMMENT
Topic
Name
2+1 =