A simple boilerplate for using Express JS w/ TypeScipt and EJS. This also includes Tailwind CSS and DaisyUI for styling already setup.
This boilerplate is for anyone who wants to use Express JS with TypeScript and EJS. It's a simple app that has a few basic routes and a simple EJS templating system. Focus on actually building your app and not setting up the boring stuff.
- Clone the repo
- Run
yarn install
- Run
yarn build
to build the project - Run
yarn start
to start the server in production mode
This project is licensed under the MIT License - see the LICENSE file for details