Hannes Hirzel 18ea7ec267 Merge pull request #83 from hhzl/master | 9 rokov pred | |
---|---|---|
android | 11 rokov pred | |
googlecharts @ b5be048959 | 10 rokov pred | |
hello | 10 rokov pred | |
nodejs | 9 rokov pred | |
presentation | 10 rokov pred | |
processing | 10 rokov pred | |
snap.svg | 9 rokov pred | |
trysmalltalk | 9 rokov pred | |
.gitignore | 10 rokov pred | |
.gitmodules | 10 rokov pred | |
README.md | 9 rokov pred | |
bower.json | 10 rokov pred | |
index.html | 11 rokov pred | |
package.json | 10 rokov pred |
This project contains various Amber Smalltalk examples. 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
Clone the repository
git clone https://github.com/amber-smalltalk/amber-examples.git
Get dependencies of this project:
cd amber-examples
git submodule update --init --recursive
npm install
bower install
Amber runs in the browser and this includes an IDE. The amber
subdirectory of bower_components
is used.
To have access to this start a small web server:
amber serve
and point your browser to
http://localhost:4000/
Build or recompile a command line example (e.g. nodejs) by executing
grunt
in the subdirectory.
The subdirectories might contain additional README files which might contain additional information. Here the code in amber-dev
subdirectory of node_modules
and bower_components/amber
is used.
grunt
is used as commandline build system.amber-cli
and bower
command line tools: The recommendation is to install them with the -g
or --global
option to be globally accessible. For some uses of these tools it is taken it for granted they are installed globally. So if you use a restricted environment where you cannot install the command line tools globally, try do it locally and some tools might still work. There will be feedback messages if there are problems with this. For a local installation use your home directory or a subdirectory ~/bin of it. Run the npm
install commands without without the -g
option, and you will find all the commands in the dir_used/node_modules/.bin
subdirectory. Generally a local installation is not recommended.SayHello example (Web) does not work
: check in the web console which files cannot be loaded. Does the folder bower_components
contain subfolders?
Maybe the ``bower install`` command did not run fully? Or there was a problem with ``npm install``?
Sometimes internet connection is slow and you have to re-run these commands.
Version 0.12 and earlier
Version 0.13
Version 0.14.1
Version 0.14.13
Version 0.14.15