-
Notifications
You must be signed in to change notification settings - Fork 375
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update packages to the latest version
- Loading branch information
Showing
7 changed files
with
6,673 additions
and
44 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"presets": ["env", "react"] | ||
"presets": ["@babel/preset-env", "@babel/preset-react"] | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"cSpell.words": [ | ||
"graphiql" | ||
] | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,13 @@ | ||
# Lyrical-GraphQL | ||
Starter project from a GraphQL course on Udemy.com | ||
|
||
This is the Starter project with the latest packages, which is a [GraphQL course](https://www.udemy.com/course/graphql-with-react-course/) on Udemy.com, forked from [StephenGrider](https://github.com/StephenGrider/Lyrical-GraphQL). | ||
|
||
## Prerequisite | ||
|
||
Setup your MongoDB with the [instruction](https://www.udemy.com/course/graphql-with-react-course/learn/lecture/15480856#announcements) or create it on your local side. | ||
|
||
## Start the Project | ||
|
||
```bash | ||
$ npm run dev | ||
``` |
Oops, something went wrong.