Your best friend for bulding SSR application with next.js
- Minimal setup to get your application up and running AWS lambda
- Next.js 8.0
- Static type-checking with Typescript
- Linting with prettier
- Unit testing with Jest and Enzyme
- E2E testing with Testcafe
yarn install // install dependencies
yarn dev // run application locally
yarn build // build the app
yarn test // run unit tests
serverless invoke local -f app // test AWS lambda function locally
serverless offline | yarn offline // emulate AWS lambda with API Gateway locally
yarn deploy // deploy to AWS