Giter Club home page Giter Club logo

node-get-started-with-caclremaindar's Introduction

Node Js Get Started

Business Requirement

This practice we should complete by Node which is a Javascript runtime in server-side not browser.

Practice Challenge

  • How to export and import a module in node
  • What is npm and package.json
  • Why Javascript can still work without the browser

Practice Requirement

  • Install Node and Npm in your local machine
  • Make all test pass by npm test

Environment

  • Node Js
  • NPM

Begin

Fork this repo to your own repo site in Github

Open your terminal, change to any path and clone this repository:

git clone `forked repo site`

Install dependencies:

npm install

Run all tests:

npm test

Run a specific test file:

node_modules/jasmine/bin/jasmine.js spec/main-spec.js

You can find these two key folders when you open the repository with your favorite code editor:

spec  //Test code, stands for specifications
src   //Source code you should implementation

Practice Output && Submit

  • You should implement the code to pass all tests in spec folder, and push your repo to GitHub repo named node-js-get-started.
  • Commit your repository link to complete this Question.

Learning Resource

node-get-started-with-caclremaindar's People

Contributors

eddiefong avatar zjx-immersion avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.