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

https://github.com/acryps/template


https://github.com/acryps/template

Last synced: about 2 months ago
JSON representation

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
```