Skip to content

Commit 34f826f

Browse files
authored
Update README.md
1 parent bc662aa commit 34f826f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Tutorial for HowToGraphQL with Typescript, Apollo-Server, Nexus and Prisma.
1010
3. Create a `.env` file and add the `DATABASE_URL` environment variable with a [PostgreSQL connection string](https://www.prisma.io/docs/concepts/database-connectors/postgresql#connection-details).
1111
- The `.env.example` file is provided as reference.
1212
4. Apply database migrations: `npx prisma migrate dev`
13-
5. Start the project: `npm dev`
13+
5. Start the project: `npm run dev`
14+
6. Access the project at http://localhost:3000/
1415

1516

0 commit comments

Comments
 (0)