Template repository for AWS Amplify apps using Typescript and NextJS
Run fast with a new AWS Amplify project using a quick and dirty TypeScript stack! Really built for single page web apps, but do with this what you want.
- Frontend
- Testing
- Create a new repository using this as a template
npm i
to get the dependencies installed- Modify the
package.json
and this readme to fit your project - Run the local build with
npm run dev
! (App will start on port4000
) - Deploy your app on Amplify! See their docs for more information on your specific deployment strategy.
- Personal preference. I find Jest clunky in comparison, but it has its merits. Feel free to swap it out.
- I like clean code, and personally it forces me to write more readable code. The style is automagically enforced by Prettier anyways.