Opinionated list of templates i made for personal use. Feel free to clone them and use them if it can help you.
- Clone the template you want to use (each template is on a dedicated branch)
git clone --branch <branchname> [email protected]:Aperrix/starter-templates.git
- Go to the project directory
cd <branchname>
- Install dependencies
npm install
- Follow instructions
Each template has a README.md
with more detailed informations
CLIENT | SERVER | LINTER | TESTS | CI/CD | |
---|---|---|---|---|---|
NPM Package
(Node >= v16) |
❌ | ❌ |
✅
ESLint |
✅
Mocha |
✅
Github Actions |