-
Notifications
You must be signed in to change notification settings - Fork 5
File Structure
Deric Kwok edited this page Oct 5, 2020
·
8 revisions
root
|- components
|- Box
|- Box.component.js
|- Box.styles.js
|- screens
|- Home
|- Home.component.js
|- Home.styles.js
|- SignIn
|- SignIn.component.js
|- SignIn.styles.js
|- assets
|- images
|- css
|- App.js
|- index.js
Computer Science Society @ Cal Poly Pomona