This is an Nodejs project template. It has the files needed for you to create your project. It does not have any preset environments, you will need to set that up yourself. I made this template so I don't have to keep creating the files. You can use this however you like.
Contains:
- .gitlab/
- .github/
- docs/
- README
- HELP
- scripts/
- build.js
- deploy.js
- production.js
- release.js
- src/
- core/
- index.js
- data/
- data.txt
- index.js
- core/
- test/
- index.js
- public/
- styles/
- index.css, index.scss, index.less
- index.html
- manifest.json
- styles/
- gitignore
- jsonconfig.json
- tsconfig.json
- ...
For setting up this project view Help Document