Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Starter tutorial for Noob #51

Closed
enzyme69 opened this issue Oct 23, 2016 · 5 comments
Closed

Starter tutorial for Noob #51

enzyme69 opened this issue Oct 23, 2016 · 5 comments

Comments

@enzyme69
Copy link

In order to use this Eisenscript JS, where is the best way to do it? Is the example included in the ZIP?

I always have issue with JS in regards to "Server" :(

@after12am
Copy link
Owner

This zip file is the best for now. And the example are under app/tests/ directory.
https://github.com/after12am/eisenscript/releases/tag/v1.1.9

I had not thought about who want to uses this library directly.
I had ever assumed to use through web app like this. So I was so surprised that there are the people who want to use it directly.

I have to expand the documentation.
Please give me a time. I am trying to make source code testable.

And then, I refactor the source code and update the documentation.

@after12am
Copy link
Owner

after12am commented Oct 23, 2016

I always have issue with JS in regards to "Server" :(

"Server" is not required in this app. Sorry, this means that it does not need to be specially prepared. We start server with command line.

@after12am
Copy link
Owner

after12am commented Oct 23, 2016

Some command line operation is:

(1) download the source code.
https://github.com/after12am/eisenscript/releases/tag/v1.1.9

(2) unzip and change directory to eisenscript-1.1.9 in your terminal.

(3) install npm packages

% npm install

(4) start server

% gulp serve

(5) open http://localhost:9000/tests/index.html in your browser.

When you change the code under app/tests/, browser is automatic reload.

@enzyme69
Copy link
Author

Ok I will give it a try. Thanks!

@after12am
Copy link
Owner

You are welcome!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants