Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

```

...