Skip to content
This repository has been archived by the owner on Apr 9, 2022. It is now read-only.

tvararu/next-ts-boilerplate

Repository files navigation

next-ts-boilerplate CircleCI

This is a boilerplate project which uses:

Still to investigate

  • Add caching to GitHub Actions so that it runs faster

What to customise when cloning

Installation and usage

Install the required version of node using nvm:

nvm <.nvmrc

Install dependencies:

yarn

Run locally:

yarn now dev
open http://localhost:3000

Deploy:

yarn deploy

Run jest unit tests:

yarn jest

Run cypress end to end tests:

yarn cypress open # Interactive test runner
# or
yarn cypress run # Headless

License

MIT.

About

A Typescript and Next.js boilerplate project.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published