Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amirzenoozi/express-typescript-starter
A Simple Starter Project For ExpressJs + Typescript
https://github.com/amirzenoozi/express-typescript-starter
backend express express-js expressjs javascript js nodejs typrescript webapp
Last synced: 25 days ago
JSON representation
A Simple Starter Project For ExpressJs + Typescript
- Host: GitHub
- URL: https://github.com/amirzenoozi/express-typescript-starter
- Owner: amirzenoozi
- Created: 2021-09-03T14:54:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-03T14:57:56.000Z (over 3 years ago)
- Last Synced: 2024-11-20T11:13:56.238Z (3 months ago)
- Topics: backend, express, express-js, expressjs, javascript, js, nodejs, typrescript, webapp
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Express Js Starter With Typescript
Front-end starter kit:- [x] Typescript
- [x] Express Js## Usage
Minimum node version: 14
After Clone This Repo You Can Start it By Running `yarn start` after that you have access to the UI application on `http:localhost:5000/`## Environment Variables
You Can Have Your Env Variable By Using the `environments` folder and put your own `dev` and `prod` environments in different files. to read more about this type of environments variable structure you can read [This](https://amirzenoozi.medium.com/how-to-have-angular-environment-structure-in-react-applications-without-cra-e970443e9068).