- Ensure that you have node installed in your system
- Download the Windows installer from the Nodes.js® web site.
- Run the installer.
- Follow the prompts in the installer (Accept the license agreement, click the NEXT button and accept the default installation settings).
- use homebrew/nvm to install node
- You have to know the basic of JavaScript.
- dofactory: JavaScript reference guide http://www.dofactory.com/tutorial/javascript
- JavaScript reference: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference
If you do need a blueprint of learning JavaScript, This article may provide you a short guide. https://medium.freecodecamp.org/a-beginners-javascript-study-plan-27f1d698ea5e
Do you want to learn by doing? Here is a free source for you. https://www.codecademy.com/
If you want to practice JavaScript(or along with HTML5/CSS3) briefly without heavy setup, JSFiddle provides a decent place for you. https://jsfiddle.net/
and you can find many more sources from global web!
- Clone the github repository.
- run
nvm use
to run with the latest node version. - run
npm install
to use the dependencies (at present its mocha to write the tests) - run
npm test
to run the tests.
Share your work by following the Contributing Guidelines
For any other feedbacks feel free to email us at info@musescodejs.org