Skip to content

Commit 936d90e

Browse files
committed
Update readme
1 parent 8ff09d9 commit 936d90e

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

+7-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
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)
@@ -11,11 +9,11 @@
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

4749
MIT

0 commit comments

Comments
 (0)