Herby Vojčík 8678bac400 0.3.1 | hace 5 años | |
---|---|---|
src | hace 5 años | |
.gitignore | hace 5 años | |
.gitmodules | hace 10 años | |
Gruntfile.js | hace 5 años | |
LICENSE-MIT | hace 5 años | |
README.md | hace 5 años | |
bower.json | hace 8 años | |
deploy.js | hace 5 años | |
devel.js | hace 5 años | |
es6-promise.amd.json | hace 5 años | |
index.html | hace 5 años | |
local.amd.json | hace 5 años | |
package.json | hace 5 años | |
testing.js | hace 5 años |
Smalltalk tutorial "Prof Stef" for Amber
Install Amber and create an Amber project, as shown in Amber Instructions.
If not already present, create a client project
in an empty directory with amber init
.
In a client project, run
npm install @ambers/prof-stef --save
grunt devel
amber serve
Go to http://localhost:4000/
in your browser and
in all packages that use ProfStef,
add 'profstef/ProfStef'
to the package imports,
save the change and commit the package. Reload.
To bring project alive (for example after git clone
):
npm run init
Developing the project (after brought alive):
Start server with amber serve
and go to http://localhost:4000/
in your browser and follow the instructions