-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDevelopmentInstallation
More file actions
26 lines (20 loc) · 1.04 KB
/
DevelopmentInstallation
File metadata and controls
26 lines (20 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Software Installation and Configuration for Single Page Web Application
NodeJS - installed from node.js web site.
Karma - installed using "npm -g install karma"
Karma is unit test framework.
reference to AngularJS.pdf for detailed information.
express - express JS framework to make web site easier.
just need to have one server.js to use express to do
some configuration then use "node server.js" to start
the server.
express needs to be installed locally within this web site
we used package.json to describe express then use "npm install"
in the folder that contains package.json to do the express
installation for this web site.
CoffeeScript - Installed by "npm -g install coffee-script".
sublime text 3 - This is my editor.
for python development, I installed Anaconda
for coffee script, I installed
BetterCoffeeScript
Jasmine CoffeeScript
AngularJS(CoffeeScript)