- Create npm project by 'npm init'
- Add ESLint linter support by 'npm init @eslint/config'. Crediting Timur Shemsedinov for ESLint config example
- Add Git by 'sudo apt-get install git'. Then create remote repo in GitHub. Then use this GitHub guide
- Add .gitignore file to ignore all unnecessary files/folders which need not to be in the version control. Crediting Timur Shemsedinov for .gitignore config example
- Add .travis.yml Travis CI file to let it know what to do in repository. Configure it as you wish or take my [example]
- After successfull build you can add the Travis build resulsts icon from https://travis-ci.org/{username or org}/{repository} like this:
-
Notifications
You must be signed in to change notification settings - Fork 0
ddziuman/environment-setup
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
This repository is intended to include boilerplate code with set up pure JavaScript development environment
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published