vassalloandrea / express-template

Express application template

Home Page:express-template.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ExpressJS GraphQL API template

codecov

This is the template that I usually use to create a new ExpressJS GraphQL API project. Feel free to contribute opening issue and/or making PRs ❤️

If you need the REST Api middleware check the branch rest-apis

Main technologies

Running Locally

Make sure you have Node.js

git clone git@github.com:vassalloandrea/express-template.git
cd express-template
npm install
npm run dev

Your app should now be running on localhost:5000.

You can also set an ENV variables called PORT to change it during the startup.

Run tests

This project uses Jest to run specs.

sh
npm run jest

Run linter

This project uses ESlint and Prettier to check code style.

npm run eslint

About

Express application template

express-template.vercel.app


Languages

Language:TypeScript 96.8%Language:Handlebars 1.8%Language:JavaScript 1.3%Language:Shell 0.1%