Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 712 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 712 Bytes

React Typescript Boilerplate

Run the project

$ yarn start

Directory structure

.
├── public # html and css for public
├── script # any script for facilitate the development
└── src
    ├── components # seperated component
    ├── conf # any configuration goes here
    ├── i18n # related to i18n
    ├── img # any images
    ├── pages # specific page
    ├── redux # redux config and reducers
    ├── router # routing configuration
    ├── services # function to do services call
    ├── styles # specific style
    ├── types # typescript type definition
    └── utils # ultilities functions