Skip to content

1166544/nest-ng-with-next

Repository files navigation

Nest & next

1.Charles

对接接口时借助 Charles 抓包析工具能提升开发效率和快速定位问题,请注意 Charles 端口是否已设置为 8888(默认值)

Charles Web Debugging Proxy


2.开发环境运行

npm run client:dev	 			// local start on development mode

visit: http://localhost:8088

3.生产环境运行

npm run build

and

cross-env NODE_ENV=production npm run start     // server start on production mode

cross-env NODE_ENV=development npm run start    // server start on development mode

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published