Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/acryps/template
https://github.com/acryps/template
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/acryps/template
- Owner: acryps
- Created: 2023-08-07T13:22:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-21T15:39:40.000Z (about 1 year ago)
- Last Synced: 2023-08-21T16:32:42.542Z (about 1 year ago)
- Language: TypeScript
- Size: 124 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 [email protected]:acryps/template.git`
3. Replace `{{APPLICATION}}` and `{{PORT}}` everywhere
4. Replace favicon
5. Create project on git remote
6. Remove this section## Server
BackendDevelopment (no auto reload)
```
npm start
```## Page
WebpageDevelopment (with auto compile)
```
npm run watch
```