A next.js boilerplate app with Typescript and an Express API server
While evaluating next.js for building apps I wanted a starting point that included an Express server for the API and Typescript as the primary language instead of Javascript. This project is the boilerplate for that app.
You can deploy this app either to Zeit via the now
command or to Heroku.
Features
Dev Server
npm i
npm run dev
Production Server
npm i
npm run build
npm run start
npm i --save-dev @types/styled-jsx
MIT License