File tree 1 file changed +7
-5
lines changed
1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
1
# React Prisma Typescript Fullstack
2
2
3
- - [ Yarn Workspace] ( https://yarnpkg.com/en/docs/workspaces )
4
-
5
3
### Backend
6
4
7
5
- [ Express] ( https://www.npmjs.com/package/express )
11
9
### Frontend
12
10
13
11
- [ 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 )
14
14
- [ Formik] ( https://www.npmjs.com/package/formik ) for forms
15
15
- [ 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
19
17
20
18
### Installation
21
19
@@ -42,6 +40,10 @@ _in a new terminal / window_
42
40
- Front is hosted on [ Firebase Hosting] ( https://firebase.google.com/docs/hosting )
43
41
- Back is hosted on [ Google Cloud App Engine] ( https://cloud.google.com/appengine/ )
44
42
43
+ ### Workspace
44
+
45
+ - [ Yarn Workspace] ( https://yarnpkg.com/en/docs/workspaces )
46
+
45
47
### Licence
46
48
47
49
MIT
You can’t perform that action at this time.
0 commit comments