Serverless Next.js Starter boilerplate for u4bi
$ npm install -g create-next-app
$ git clone https://github.com/myungjaeyu/nextjs-starter.git
$ npm install
-
Runs the app in the development mode.
npm run dev
-
Runs the app in the storybook mode.
npm run storybook
-
Builds the app for production to the .next folder.
npm run build
-
Starts the application in production mode.
npm run start
-
Run Jest tests.
npm run test
$ npm run sls:deploy
$ npm run sls:local