You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Grind API Template is an example project for building API’s on [Grind](https://github.com/grindjs/framework). It’s also used as a template in [Grind Installer](https://github.com/grindjs/installer) so you can quickly setup a new API project.
2
13
3
14
## Installation
4
15
@@ -25,11 +36,19 @@ bin/cli serve --cluster
25
36
bin/cli serve
26
37
```
27
38
28
-
You should now be able to go to[localhost:3000/states](http://localhost:3000/states).
39
+
You should now be able to visit[localhost:3000/states](http://localhost:3000/states).
0 commit comments