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
- Host: GitHub
- URL: https://github.com/selfmadeengineercode/newsletter-course-project
- Owner: SelfMadeEngineerCode
- Created: 2023-07-10T19:18:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-03T19:15:50.000Z (over 2 years ago)
- Last Synced: 2025-03-19T10:39:18.273Z (about 1 year ago)
- Topics: coruse, full, fullstackessentials, newsletter, stackk
- Language: TypeScript
- Homepage:
- Size: 355 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)