Folder structure for React-TypeScript apps

BASARAT
1 min readDec 8, 2016

--

Just a quick mention. For React-TypeScript applications I’ve found that the following works most excellently for me:

I find that even when the application is *purely frontend* you quite commonly end up needing to generate static files and its good to build them from scripts in src and upload the public folder (e.g. to S3).

Off course for fullstack apps (e.g. http://alm.tools/) it makes natural sense to have it all in src and the front-end in its own special src/app folder.

Till next time 🌹

If you liked this post don’t forget to click the heart below :).

--

--

Responses (3)