Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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).