Skip to content

The boiler plate with typescript with the predefined directory structure

Notifications You must be signed in to change notification settings

hoangddt/react-typescript-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

The boiler plate with typescript with the predefined directory structure

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published