Directory structure:
- package.json
- .nodehawkrc
- src
- server.js
// server.js
// all of the regular express app command.
app.listen(
process.env.PORT,
() => {
// log it
}
);
Directory structure:
- package.json
- .nodehawkrc
- src
- server.js
// server.js
// all of the regular express app command.
app.listen(
process.env.PORT,
() => {
// log it
}
);