Herbert Vojčík 508948712c Self-gitignoring my/ added for parallel subprojects. | %!s(int64=7) %!d(string=hai) anos | |
---|---|---|
.. | ||
my | %!s(int64=7) %!d(string=hai) anos | |
src | %!s(int64=8) %!d(string=hai) anos | |
Gruntfile.js | %!s(int64=8) %!d(string=hai) anos | |
README.md | %!s(int64=8) %!d(string=hai) anos | |
config-browser.js | %!s(int64=8) %!d(string=hai) anos | |
config-node.js | %!s(int64=8) %!d(string=hai) anos | |
deploy.js | %!s(int64=9) %!d(string=hai) anos | |
devel.js | %!s(int64=9) %!d(string=hai) anos | |
gitignore-file | %!s(int64=10) %!d(string=hai) anos | |
index.html | %!s(int64=8) %!d(string=hai) anos | |
localamdjson-file | %!s(int64=10) %!d(string=hai) anos | |
parts.html | %!s(int64=8) %!d(string=hai) anos | |
testing.js | %!s(int64=9) %!d(string=hai) anos | |
uninstall.html | %!s(int64=8) %!d(string=hai) anos |
{%= description %}
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
bower install {%= name %} --save
grunt devel
amber serve
Go to http://localhost:4000/
in your browser and
in all packages that use {%= name %},
add '{%= namespace %}/{%= name %}'
to the package imports,
save the change and commit the package. Reload.
To 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