Skip to content

ourarash/nodejs_tour

Repository files navigation

nodejs_template

A tour of NodeJS and Javascript

Install NodeJS

You can install NodeJs from here

Running this package

To download, install, and test this package, run:

git clone https://github.com/ourarash/nodejs_template.git
cd nodejs_template
npm install
npm run test

Directory Structure

The files and directories are as follows:

.
├── README.md
├── app.js
├── lib
│   └── my_lib.js
├── package-lock.json
├── package.json
└── test
    ├── chai_test.js
    └── mocha_test.js
  1. The main entry point is app.js
  2. All modules are in lib folder. Example: lib/my_lib.js
  3. Unit test files are under test folder. Example: test/chai_test.js

About

A Tour of NodeJS and JavaScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published