A template for boilerplating a Node.js TypeScript Express API. Support for importing PureScript modules is included. Database migrations are made with Sequelize. Swagger endpoint is located at /docs to add documentation for your API.
- Spago
- Node.js 10.16.2
- Docker
- Run
npm install -g spago - Run
spago install - Run
npm install
The development environment starts webpack in watch mode. The bundled app is then monitored with nodemon.
- Run
npm run build:devto start webpack in watch mode - Run
npm run start:devto start nodemon
- Run
npm run buildto bundle the app - Run
npm startto start the app
You can run the whole stack with docker-compose up -d --build.
MIT license
