labcodes / django-react-boilerplate

Boilerplate for a Django + React project
41 stars 6 forks source link

Rename exporting folders #46

Closed CavalcanteLucas closed 3 years ago

CavalcanteLucas commented 3 years ago

Link to task: See Issue https://github.com/labcodes/django-react-webpack/issues/11

How to test: Check if the applictiion is running and the front end page is rendered.

Description of your solution: In this PR, the folders that export components are renamed to use capitalized names. Refactor sample-nested-page to SampleNestedPage and welcome to WelcomePage.