Skip to content

Provide single node.js server with popular ssr and web framework

Notifications You must be signed in to change notification settings

keyboard3/create-fullstack-node-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3559207 · Oct 22, 2022

History

17 Commits
Sep 25, 2022
Sep 25, 2022
Oct 16, 2022
Sep 24, 2022
Sep 25, 2022
Oct 16, 2022
Oct 22, 2022
Sep 29, 2022
Sep 25, 2022
Oct 22, 2022
Sep 25, 2022
Sep 29, 2022

Repository files navigation

create-fullstack-node-app

Provide single node.js server with popular ssr and web framework

With NPM:

npx create-fullstack-node-app@latest

Frameworks:

render server
Next.js Nest.js
... Midway.js(koa-v3)

Examples(Web IDE):

Next-Nest

Next-Midway(koa-v3)

Generated Project Structure (Next.js / Nest.js)

├── Dockerfile
├── package.json
├── render
│   ├── README.md
│   ├── index.js
│   ├── next-env.d.ts
│   ├── next.config.js
│   ├── package.json
│   ├── pages
│   │   ├── _app.tsx
│   │   ├── api
│   │   │   └── hello.ts
│   │   └── index.tsx
│   ├── public
│   │   ├── favicon.ico
│   │   └── vercel.svg
│   ├── styles
│   │   ├── Home.module.css
│   │   └── globals.css
│   └── tsconfig.json
├── server
│   ├── README.md
│   ├── nest-cli.json
│   ├── package-lock.json
│   ├── package.json
│   ├── src
│   │   ├── app.controller.spec.ts
│   │   ├── app.controller.ts
│   │   ├── app.module.ts
│   │   ├── app.service.ts
│   │   └── main.ts
│   ├── test
│   │   ├── app.e2e-spec.ts
│   │   └── jest-e2e.json
│   ├── tsconfig.build.json
│   └── tsconfig.json
└── yarn.lock

About

Provide single node.js server with popular ssr and web framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published