Skip to content

Commit

Permalink
Update packages to the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
pjchender committed Apr 16, 2020
1 parent ae26155 commit f3c6af5
Show file tree
Hide file tree
Showing 7 changed files with 6,673 additions and 44 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"presets": ["env", "react"]
"presets": ["@babel/preset-env", "@babel/preset-react"]
}
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"cSpell.words": [
"graphiql"
]
}
13 changes: 12 additions & 1 deletion README.md
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
```
Loading

0 comments on commit f3c6af5

Please sign in to comment.