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

https://github.com/selfmadeengineercode/newsletter-course-project

Newsletter course project source code
https://github.com/selfmadeengineercode/newsletter-course-project

coruse full fullstackessentials newsletter stackk

Last synced: 12 months ago
JSON representation

Newsletter course project source code

Awesome Lists containing this project

README

          

# 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

- [Node.js](https://nodejs.org/en/) (>= 18.0.0)
- [NPM](https://www.npmjs.com/) (>= 7.0.0)