|
|
%!s(int64=11) %!d(string=hai) anos | |
|---|---|---|
| android | %!s(int64=12) %!d(string=hai) anos | |
| googlecharts @ 51e1efdbcb | %!s(int64=11) %!d(string=hai) anos | |
| hello | %!s(int64=11) %!d(string=hai) anos | |
| nodejs | %!s(int64=11) %!d(string=hai) anos | |
| presentation | %!s(int64=11) %!d(string=hai) anos | |
| processing | %!s(int64=11) %!d(string=hai) anos | |
| trysmalltalk | %!s(int64=11) %!d(string=hai) anos | |
| .gitignore | %!s(int64=11) %!d(string=hai) anos | |
| .gitmodules | %!s(int64=11) %!d(string=hai) anos | |
| README.md | %!s(int64=11) %!d(string=hai) anos | |
| bower.json | %!s(int64=11) %!d(string=hai) anos | |
| index.html | %!s(int64=12) %!d(string=hai) anos | |
| package.json | %!s(int64=11) %!d(string=hai) anos |
Various amber examples
To get started you must first get the tools for this project:
npm install -g amber-cli
npm install -g bower
and dependencies of this project:
git submodule update --init --recursive
npm install
bower install
Afterwards execute the server:
amber serve
and point your browser to
http://localhost:4000/
Since Amber 0.10.0 Grunt.js is used as commandline build system. To use it with the examples it is first necessary to install all dependencies with
npm install -g grunt-clicd amber-examplesnpm installAfterwards the examples can be built/recompiled by running the following command in the subdirectory of each example:
grunt
The subdirectories might contain additional README files which might contain additional information.