https://github.com/xgqfrms/web-full-stack
web fullstack
https://github.com/xgqfrms/web-full-stack
app-sh bash dev-sh js linux nodejs npm scripts web-fullstack webfullstack yarn zsh
Last synced: 8 months ago
JSON representation
web fullstack
- Host: GitHub
- URL: https://github.com/xgqfrms/web-full-stack
- Owner: xgqfrms
- License: apache-2.0
- Created: 2019-12-05T14:22:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-22T14:18:05.000Z (over 1 year ago)
- Last Synced: 2025-04-01T13:31:11.479Z (11 months ago)
- Topics: app-sh, bash, dev-sh, js, linux, nodejs, npm, scripts, web-fullstack, webfullstack, yarn, zsh
- Language: JavaScript
- Homepage: https://web-full-stack.xgqfrms.xyz
- Size: 1.08 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# web-full-stack
> 微信公众号 webfullstack

[http://weixin.qq.com/r/4zgcBJfEYsodrdNn923x](http://weixin.qq.com/r/4zgcBJfEYsodrdNn923x)
[https://web-full-stack.xgqfrms.xyz](https://web-full-stack.xgqfrms.xyz)
[https://webgeeker.xgqfrms.xyz](https://webgeeker.xgqfrms.xyz)
## shell chmod
[https://www.cnblogs.com/xgqfrms/p/9546961.html](https://www.cnblogs.com/xgqfrms/p/9546961.html)
```sh
$ chmod +x deploy.sh
# OR
$ sudo chmod +x deploy.sh
$ ./deploy.sh
```
[https://www.npmjs.com/package/app-node-env](https://www.npmjs.com/package/app-node-env)
```sh
$ ane env=dev
# OR
$ node ane env=dev
```
## jest
```sh
# jest
$ yarn add -D jest
# babel
$ yarn add -D babel-jest @babel/core @babel/preset-env babel-plugin-dynamic-import-node
```
...