rrdelaney / reason-scripts

:beginner: Create a ReasonML and React development environment
MIT License
628 stars 58 forks source link

Use `App.re` instead of `app.re` #79

Closed kkweon closed 5 years ago

kkweon commented 5 years ago

Summary

Need to create capitalized file names instead of lower case names https://reasonml.github.io/docs/en/project-structure#file-casing

rrdelaney commented 5 years ago

This was at one point meant to match CRA as much as possible, but since this is no longer under active development the file name won't change to match new conventions.