it-shark-pro / js-project-template

JavaScript project template (without any framework dependencies)

Home Page:https://it-shark.pro

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JS Project Template Build Status

This repository is a template for JS projects. Themes of final projects.

Once your project is done, you can notify us here.

Get started

Install all dependencies

npm install

Run unit tests

npm run test

Lint your code

npm run lint

How to setup travis-ci

  • Open https://travis-ci.org/ and sign in with your github account.
  • Activate your forked repo js-project-template.
  • Edit local README.md file and update all links (just replace all occurrences of 'js-project-template' with your account name).
  • Commit and push updated README.md to github:
  git add README.md
  git commit -m "(change) travic ci setup"
  git push origin master
  • Open your repository and test the build icon. Now it will run all tests and update status once you push changes to github. Keep this icon green!

About

JavaScript project template (without any framework dependencies)

https://it-shark.pro


Languages

Language:JavaScript 100.0%