Hashnode / mern-cli

⛔️ DEPRECATED - A cli tool for getting started with MERN
http://mern.io/
MIT License
572 stars 149 forks source link

How to create a new route? #28

Closed marcoscssno closed 7 years ago

marcoscssno commented 7 years ago

Hello, everyone!

I'm trying to grow out of the example mern-starter, and couldn't create a new route yet. I tried defining a new one (Users) in client/routes.js but it doesn't work, Express returns "Cannot GET /users".