-
Notifications
You must be signed in to change notification settings - Fork 2
node server.js
Node is run in the root directory, and needs a configuration file to know what is running.
node node-server.js
#../
\
enyo-mvc-web-app
|
+---index html
+---mvcApp html
+---mvcAppDebug html
+---package json
+---node-server js
+---mvcApp html
+---assets
+---enyo
+---lib
+---node_modules
+---public
+---scripts
|
\
---source
|
+---apps
+---controllers
| |
| +---auth
| \
---public
|
+---css
+---ext
+---models
| |
| +---ajax
| \
---socket
|
\
---views
|
+---auth
| |
| \
---body
|
\
---public
|
\
---body
Add a Contact Page for Authorized users
Why is the project structured this way?
Why are some things implemented this way?