https://github.com/z41z/sp-express-init
Express dev init by browser-sync
https://github.com/z41z/sp-express-init
browser-sync nodejs nodemon pug
Last synced: 3 months ago
JSON representation
Express dev init by browser-sync
- Host: GitHub
- URL: https://github.com/z41z/sp-express-init
- Owner: z41z
- License: mit
- Created: 2018-10-24T08:00:23.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T05:43:54.000Z (about 3 years ago)
- Last Synced: 2025-01-01T22:13:23.054Z (about 1 year ago)
- Topics: browser-sync, nodejs, nodemon, pug
- Language: JavaScript
- Homepage:
- Size: 284 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SP-Express-init
[Express](https://github.com/expressjs/express),[MySQL](https://github.com/mysqljs/mysql),[Pug](https://github.com/pugjs/pug),[nodemon](https://github.com/remy/nodemon),[Browsersync](https://github.com/BrowserSync/browser-sync)
## Usage
### dev
``` node
npm run dev
```
### publish
``` node
npm run publish
```