Không có mô tả

hhzl 98d2f35e59 updated to Amber 0.14.1 10 năm trước cách đây
src 33728fefd8 Update amber-dev version; removed dynamic method #goToNextLesson 10 năm trước cách đây
.gitignore 9445db904f Make repo more module like - removed config.js and the.js from version control. 10 năm trước cách đây
.gitmodules 4d93d351f6 trysmalltalk as a module 10 năm trước cách đây
Gruntfile.js 4d93d351f6 trysmalltalk as a module 10 năm trước cách đây
LICENSE-MIT 4d93d351f6 trysmalltalk as a module 10 năm trước cách đây
README.md f9f39ad1b0 No sudo remark 10 năm trước cách đây
bower.json 98d2f35e59 updated to Amber 0.14.1 10 năm trước cách đây
deploy.js 4d93d351f6 trysmalltalk as a module 10 năm trước cách đây
devel.js 98d2f35e59 updated to Amber 0.14.1 10 năm trước cách đây
index.html 4d93d351f6 trysmalltalk as a module 10 năm trước cách đây
local.amd.json 4d93d351f6 trysmalltalk as a module 10 năm trước cách đây
package.json 33728fefd8 Update amber-dev version; removed dynamic method #goToNextLesson 10 năm trước cách đây

README.md

TrySmalltalk

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.

Tools needed

  1. A web browser with reasonably good support for HTML5 canvas.
  2. git, on Windows Git for Windows
  3. nodejs. This will give you the node package manager npm as well.
  4. A global install of the amber-cli npm package
  5. A global install of the bower client side package manager in order to install the dependencies
  6. A global install of the grunt-cli task runner which is used as the command line build system

The 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

Getting Started

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