ArboreumDev / credit-union-frontend

Frontend in Next.js + Typescript + GraphQL
https://frontend-two-sandy.vercel.app
1 stars 0 forks source link

[WIP] Add frontpage, theme setup, project structure changes and NavBar #54

Closed gparuthi closed 4 years ago

gparuthi commented 4 years ago

@visheshverma748 feel free to use this branch for frontpage.

vercel[bot] commented 4 years ago

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/arboreum/frontend/qwssn1o62
✅ Preview: In Progress

gparuthi commented 4 years ago

For styling: please use prettier

gparuthi commented 4 years ago

Casing should be consistent. Let's keep components in /src/components instead of "Components". Same for other folders Fixtures, etc

gparuthi commented 4 years ago

Please update the description of PR

visheshverma748 commented 4 years ago

For styling: please use prettier

Prettier is installed and applied to all the files excluding (.github, .next, node_modules, public) a .prettierignore file is created to exclude any dir/file from getting formatted.