We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4253fa commit 4226df8Copy full SHA for 4226df8
README.md
@@ -5,7 +5,7 @@ Tutorial for HowToGraphQL with Typescript, Apollo-Server, Nexus and Prisma.
5
### Installation
6
7
1. Run `npm install`
8
-2. Run `npm dev`
9
-3. Run `npx prisma generate`
+2. Run `npx prisma generate`
+3. Run `npm dev`
10
11
_Note:_ There's no need to run migrations on the database because the SQLite Database is added to version control for convenience.
0 commit comments