Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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