Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/acryps/template


https://github.com/acryps/template

Last synced: 5 days ago
JSON representation

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
Backend

Development (no auto reload)
```
npm start
```

## Page
Webpage

Development (with auto compile)
```
npm run watch
```