Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 422 Bytes

File metadata and controls

15 lines (9 loc) · 422 Bytes

ts-node-react-template

A simple and minimalist TypeScript boilerplate with a starting /server and /web apps.

Getting Started

  1. npm install on the root directory;
  2. Then npm install on the ./server and ./web directories;
  3. Finally to run them both: npm run local on the root directory.

Prerequisites