Thomas Rake 77d15cf099 Update to amber 0.14.3, node_modules added to .gitignore, trysmalltalk 0.1.1,fix copyright dates. | 9 years ago | |
---|---|---|
.. | ||
src | 9 years ago | |
.bower.json | 9 years ago | |
Gruntfile.js | 9 years ago | |
LICENSE-MIT | 9 years ago | |
README.md | 9 years ago | |
bower.json | 9 years ago | |
deploy.js | 9 years ago | |
devel.js | 9 years ago | |
index.html | 9 years ago | |
local.amd.json | 9 years ago | |
package.json | 9 years ago |
Tutorial to learn Smalltalk, on-line here http://amber-smalltalk.github.io/trysmalltalk/
This project is an Amber Smalltalk example. Amber may run in a web browser or as a command line program.
npm
as well.amber-cli
npm packagebower
client side package manager in order to install the dependenciesgrunt-cli
task runner which is used as the command line build systemThe amber
, bower
and grunt-cli
packages can be installed with the following command:
npm install --global amber-cli bower grunt-cli
or as short form:
npm i -g amber-cli bower grunt-cli
Reference: http://docs.amber-lang.net/js-glossary.html
Bring project alive (for example after git clone
):
npm install
bower install
grunt devel
Developing the project (after brought alive):
Start server with amber serve
and go to http://localhost:4000/
in your browser and follow the instructions