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

Latest commit

 

History

History
69 lines (48 loc) · 1.6 KB

README.md

File metadata and controls

69 lines (48 loc) · 1.6 KB

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.