Last active
March 10, 2019 19:17
-
-
Save alobato/8d28413ce188799a5eedd2e123fd4c39 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cd ~/projects | |
| npx create-react-app app_name | |
| cd app_name | |
| yarn add graphql graphql-tag subscriptions-transport-ws apollo-client react-apollo apollo-cache-inmemory apollo-link apollo-link-http apollo-link-ws apollo-utilities apollo-link apollo-link-context apollo-link-error apollo-upload-client | |
| yarn add @reach/router | |
| yarn add styled-components styled-system styled-theming styled-tools polished | |
| yarn add formik yup smooth-scroll-into-view-if-needed | |
| yarn add react-popper | |
| rm src/logo.svg src/App* src/index.css | |
| mkdir src/hooks src/constants src/utils src/containers src/components |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment