Which Port the will use. Default to 3000
app
│ README.md
└─src
│ └─client
│ └─both
│ └─server
...
Any code is requireable from anywhere on server and client and will be bundled. The only exception is that code from ./src/server directory is not able to required / imported from client side code.
CSS-Modules is supproted. .css & .scss files are supported on server and client. Thanks to Mathias Vagni @Medium