yarn install
yarn server:dev
I have two repos effectively doing the same thing. This repo uses TypeScript to it's fullest while the other repo (here) is meant to, more-or-less, show an Express server written in ES6 style, without Webpack/Babel. I'll may introduce Webpack in the other repo.
I was pretty motivated to write this server with TypeScript because I see a lot of very poorly done Node/Express servers. Besides, TypeScript is just amazing. This server is not perfect but I will reference this often for boilerplating my own projects/servers. That means that I will continue to fix bugs, update dependencies and make sure that this codebase is maintained, while shooting for this to be really well done. Questions? Shoot me an email or connect via social media. @iamclaytonray for social. @gmail.com for email.
- MongoDB
- Node/Express
- TypeScript
- Webpack