Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/richardnguyen99/expressts-starter
- Owner: richardnguyen99
- License: mit
- Created: 2024-05-12T22:29:39.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-12T23:34:32.000Z (6 months ago)
- Last Synced: 2024-05-13T00:27:47.159Z (6 months ago)
- Language: TypeScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```