whatamelon / nextjs_test

nextjs-ssr, typescript, tailwindcss, storybook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Commands

Development Server.

npm run dev

Production Build

npm run build

Amazon EC2

Running in EC2 Server

{ accessamazon }

pm2 start npm -w -i 0 --name 'next' -- start

npm run build

npm run start
or
npm run start -- -p 3005 ( 3005번 포트로 접속 )

Stop Front Server

ps -ef | grep next

kill { next code }

ps -ef | grep pm2

kill { pm2 code }

exit

About

nextjs-ssr, typescript, tailwindcss, storybook


Languages

Language:TypeScript 72.4%Language:JavaScript 24.5%Language:CSS 3.0%