Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/richardnguyen99/expressts-starter

Opinionated template for NodeJS backend with ExpressJS, TypeScript, TailwindCSS, and Webpack
https://github.com/richardnguyen99/expressts-starter

Last synced: about 16 hours ago
JSON representation

Opinionated template for NodeJS backend with ExpressJS, TypeScript, TailwindCSS, and Webpack

Awesome Lists containing this project

README

        

# expressts-starter

Opinionated template for NodeJS backend with ExpressJS, TypeScript, TailwindCSS,
and Webpack

## Features

- [x] ExpressJS
- [ ] TypeScript
- [ ] TailwindCSS
- [ ] Webpack
- [ ] Jest
- [ ] Docker
- [ ] Postgres
- [ ] CI/CD
- [ ] Github Actions
- [ ] Render

## Getting Started

```bash
git clone
cd expressts-starter
npm install
npm run dev
```