Skip to content

u4bi-store/nextjs-starter

Repository files navigation

nextjs-starter

Serverless Next.js Starter boilerplate for u4bi

Installation

$ npm install -g create-next-app

$ git clone https://github.com/myungjaeyu/nextjs-starter.git

$ npm install

Usage

  1. Runs the app in the development mode. npm run dev

  2. Runs the app in the storybook mode. npm run storybook

  3. Builds the app for production to the .next folder. npm run build

  4. Starts the application in production mode. npm run start

  5. Run Jest tests. npm run test

Deploy in Serverless AWS Lambda & CloudFront

$ npm run sls:deploy
$ npm run sls:local

Features

License

MIT

About

🔮 serverless-nextjs-starter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published