forked from mauriciodeoliveirareis/CityBuzz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
executable file
·26 lines (12 loc) · 841 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Node.js Starter Application
Bluemix provides a Node.js starter application as a template so that you can add your code and push the changes back to the Bluemix environment.
## Files
The Node.js starter application has files as below:
* app.js
This file contains the server side JavaScript code for your application written using the Node.js API
* views/
This directory contains the views of the application. It is required by the express framework and jade template engine in this sample application.
* public/
This directory contains public resources of the application. It is required by the express framework in this sample application.
* package.json
This file is required by the Node.js environment. It specifies this Node.js project name, dependencies, and other configurations of your Node.js application.