MassivDash / typescript-react-express-esbuild

Express.js + React + Typescript + Esbuild + tailwindCss

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to typescript-react-express-esbuild 👋

Version Documentation License: MIT Twitter: SpaceoutPl

React and Node.js template with esbuild, typescript, jest, testing libary, tailwind css

React and Node.js and Typescript with only esbuild packages, starter is still experimental however fully functional. Since i opted to drop all webpack and webpack family related packages the process of hooking up some kind of live reload proved to be the most difficult to achieve. Project uses "servor" package, it has a longer booting time than webpack-dev-server

includes

  • Server (express)
  • Static React app with live reload
  • Tailwind css (postCSS, Autoprefixer)
  • Jest / react testing library
  • Typescript
  • Eslint, husky,

Install

npm install

Development (Port: 8000)

npm run start

Production build

npm run build

Run tests

npm run test

Author

👤 Lukasz Celitan

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by readme-md-generator

About

Express.js + React + Typescript + Esbuild + tailwindCss


Languages

Language:TypeScript 55.5%Language:JavaScript 41.8%Language:HTML 2.4%Language:CSS 0.3%