https://github.com/yeasin2002/antopolis-backend
https://github.com/yeasin2002/antopolis-backend
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yeasin2002/antopolis-backend
- Owner: yeasin2002
- Created: 2024-06-24T09:05:18.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-06-26T01:17:40.000Z (12 months ago)
- Last Synced: 2024-07-09T00:15:34.320Z (11 months ago)
- Language: TypeScript
- Homepage: https://antopolis-backend.vercel.app
- Size: 138 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### TypeScript - Express Starter
This is a starter project for TypeScript and Express. It includes a basic setup for a REST API with TypeScript and Express.
Kindly Star the Repository if you find it useful 🌟 and feel free to contribute if you think something can be improved.
#### Development Server
```bash
npm run dev
```Note: For the first time, this might throw an error, but it will work after the first time. This is because the `dist` folder is not created yet.
#### Build
```bash
npm run build
```#### Start Build Server (After Build)
```bash
npm run start
```#### Shortcut for Build and Preview
```bash
npm run build && npm run start
```