https://github.com/acryps/template
https://github.com/acryps/template
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/acryps/template
- Owner: acryps
- Created: 2023-08-07T13:22:12.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-10T10:58:06.000Z (over 1 year ago)
- Last Synced: 2025-02-25T21:33:09.138Z (over 1 year ago)
- Language: TypeScript
- Size: 172 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# {{APPLICATION}}
# TEMPLATE
1. Create project directory
2. `git init && git pull git@github.com:acryps/template.git`
3. Replace `{{APPLICATION}}` and `{{PORT}}` everywhere
4. Replace favicon
5. Create project on git remote
6. Remove this section
## Server
Backend
Development (no auto reload)
```
npm start
```
## Page
Webpage
Development (with auto compile)
```
npm run watch
```