Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 20 days 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-22T14:18:05.000Z (5 months ago)
- Last Synced: 2024-07-22T17:11:47.851Z (5 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: 2
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# web-full-stack
> 微信公众号 webfullstack
![微信公众号 webfullstack image](https://user-images.githubusercontent.com/7291672/173884328-8ad53817-04db-4260-b74e-24d97d1e78a9.png)
[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```
...