Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lindsaykwardell/node-react-typescript-starter

Basic starter for NodeJS/Express/React application using Typescript
https://github.com/lindsaykwardell/node-react-typescript-starter

Last synced: about 1 month ago
JSON representation

Basic starter for NodeJS/Express/React application using Typescript

Awesome Lists containing this project

README

        

## Node/React/Express/Typescript Starter

Basic starter for a full stack application using NodeJS, Express, React (create-react-app), and Typescript.

### Commands

- dev: Live development of both client and server
- build: Builds both the server and client

Note: I stripped create-react-app default template down a bit, and it now does a fetch query against the server to prove that it's connected.