mseminatore/TeslaJS

Server run file

Closed this issue · 5 comments

Where is the file so that I start node js server ?
Thank you

Thank you for reporting this issue!

TeslaJS is a library, not a server application. Several example apps are provided that can be run under Node.

Thank you for answering me quickly.

I came out the errors, when I run login.js

Error: Cannot find module 'colors'

Do you know how I can solve this problem ?

Did you read the documentation about installing dependencies?

To install dependencies via npm, from the root level of the library directory type:

npm install

I am a begineer, but I am really thank you !