Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eldarc/express-react-next-typescript-example
https://github.com/eldarc/express-react-next-typescript-example
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/eldarc/express-react-next-typescript-example
- Owner: eldarc
- Created: 2019-04-19T02:20:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-04-21T23:10:29.000Z (over 5 years ago)
- Last Synced: 2024-11-01T05:26:58.336Z (2 months ago)
- Language: HTML
- Size: 248 KB
- Stars: 4
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Example - Express API & Next.js SSR App + TypeScript
This project demonstrates a full-stack application with Server Side Rendering support. Built with React, Node.js, and TypeScript.
- The `server` directory contains the API.
- The `client` directory holds the Next.js app which leverages the API for SSR.## Technologies used
### Back-End
- Node.js + TypeScript
- Express.js
- MongoDB + Mongoose
- Mocha + Chai
- Docker### Front-End
- React.js + TypeScript
- Next.js
- MobX
- SCSS + Scoped styles
- Bootstrap 4 (reactstrap)
- Jest + Enzyme
- Docker