https://github.com/rqbazan/ts-template
https://github.com/rqbazan/ts-template
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rqbazan/ts-template
- Owner: rqbazan
- Created: 2020-04-12T04:28:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-03-26T12:17:15.000Z (over 3 years ago)
- Last Synced: 2025-02-06T19:52:07.550Z (8 months ago)
- Language: TypeScript
- Size: 1.65 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# TS Template
## How to setup de project?
Run `yarn` to install all the dependencies
## How to run the project?
Execute `yarn dev` for development purposes and `yarn start` for a production
ready environment> The production environment must has the application build. Run `yarn build` to
> get it.