File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 11# React Prisma Typescript Fullstack
22
3- - [ Yarn Workspace] ( https://yarnpkg.com/en/docs/workspaces )
4-
53### Backend
64
75- [ Express] ( https://www.npmjs.com/package/express )
119### Frontend
1210
1311- [ Create-React-App] ( https://github.com/facebook/create-react-app )
12+ - [ Material-UI v4] ( https://www.npmjs.com/package/@material-ui/core ) , [ AtomicCSS using Box] ( https://material-ui.com/components/box/ )
13+ - [ React-apollo] ( https://www.npmjs.com/package/react-apollo ) , [ react-apollo-hooks] ( https://www.npmjs.com/package/react-apollo-hooks )
1414- [ Formik] ( https://www.npmjs.com/package/formik ) for forms
1515- [ Yup] ( https://github.com/jquense/yup ) for form schema validation
16- - [ Material-UI v4] ( https://www.npmjs.com/package/@material-ui/core ) , [ AtomicCss using Box] ( https://material-ui.com/components/box/ )
17- - [ React-apollo] ( https://www.npmjs.com/package/react-apollo ) , [ react-apollo-hooks] ( https://www.npmjs.com/package/react-apollo-hooks )
18- - Route authentication verification
16+ - [ React-Router] ( https://reacttraining.com/react-router/web/guides/quick-start ) with route authentication verification
1917
2018### Installation
2119
@@ -42,6 +40,10 @@ _in a new terminal / window_
4240- Front is hosted on [ Firebase Hosting] ( https://firebase.google.com/docs/hosting )
4341- Back is hosted on [ Google Cloud App Engine] ( https://cloud.google.com/appengine/ )
4442
43+ ### Workspace
44+
45+ - [ Yarn Workspace] ( https://yarnpkg.com/en/docs/workspaces )
46+
4547### Licence
4648
4749MIT
You can’t perform that action at this time.
0 commit comments