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

https://github.com/yisibell/next-app-starter

A ssr app starter build by Koa +Next(12) + React + Redux + Typescript + Emotion styled engine + Material UI.
https://github.com/yisibell/next-app-starter

css-in-js emotion koa material-ui nextjs12 nodejs react18 redux ssr typescript

Last synced: about 2 months ago
JSON representation

A ssr app starter build by Koa +Next(12) + React + Redux + Typescript + Emotion styled engine + Material UI.

Awesome Lists containing this project

README

        

# next-app-starter

A ssr app starter build by Koa + Next + React + Redux + Typescript + Emotion styled engine + Material UI.

# Setup

``` bash
# 安装依赖
$ yarn install

# 开发
$ yarn dev

# 构建
$ yarn build
# 构建(ft)
$ yarn build:ft

# 启动
$ yarn start
# 启动(ft)
$ yarn start:ft
# 通过 pm2 启动
$ yarn pm2:start
# 通过 pm2 启动(ft)
$ yarn pm2:start-ft
# 在 docker 环境中通过 pm2-runtime 启动
$ yarn pm2:docker:start
# 在 docker 环境中通过 pm2-runtime 启动(ft)
$ yarn pm2:docker:start-ft

```