mirror of
https://github.com/khalidbelk/ts-express-starter.git
synced 2026-06-21 03:12:50 +02:00
Fastest way to setup a working Typescript, Node JS and Express project.
- Shell 91.4%
- TypeScript 8.6%
| static | ||
| LICENSE | ||
| README.md | ||
| starter.sh | ||
TypeScript & Express Project Quickstart
This script sets up an Express.js with TypeScript project with basic dependencies and working npm scripts to accelerate the setup process.
Usage
- Clone the repository :
git clone git@github.com:khalidbelk/ts-express-starter.git
- Ensure the script has execution permissions :
sudo chmod +x starter.sh
- Run the script :
./starter.sh
This will create a directory named project/ containing the server source files and installed dependencies ready to be launched.
Running the Server
After setup, navigate to the project directory and use one of these commands:
- Development mode:
npm run dev - Production mode:
npm start
License 📃
This project is licensed under the MIT License - see the LICENSE file for details.