Skip to content

Latest commit

 

History

History
40 lines (37 loc) · 801 Bytes

README.md

File metadata and controls

40 lines (37 loc) · 801 Bytes
Enter Logo Here

Project Name

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
  • test/
    • index.js
  • public/
    • styles/
      • index.css, index.scss, index.less
    • index.html
    • manifest.json
  • gitignore
  • jsonconfig.json
  • tsconfig.json
  • ...

For setting up this project view Help Document