Closed evaporei closed 6 years ago
Add express as a dependency on package.json and create a simple app with a single route on root.
express
Add express dependency on package.json. Create simple express server/app. Add command npm run dev to run the server.
package.json
npm run dev
:rotating_light: Please review this items for a good pull request. :four_leaf_clover:
In a good pull request, everything above is true :relaxed:
this closes https://github.com/pagarme/ghostbusters/issues/8
I think it is common to use the bin directory, since it is the application executable that startup everything.
bin
Add
express
as a dependency on package.json and create a simple app with a single route on root.Description
Add express dependency on
package.json
. Create simple express server/app. Add commandnpm run dev
to run the server.Your checklist for this pull request
:rotating_light: Please review this items for a good pull request. :four_leaf_clover:
In a good pull request, everything above is true :relaxed:
this closes https://github.com/pagarme/ghostbusters/issues/8