/food-diary

Primary LanguageTypeScriptThe UnlicenseUnlicense

Food Diary

🚀 Getting Started

Prerequisites

Starting in dev mode

  1. To install packages, run:

    yarn install
  2. Then run:

    yarn start

    This will start NextJS locally and spin up a local web server you can connect to.

  3. Open your browser at localhost:3000

💻 Technology

  • NextJS

    NextJS is used as a build engine - not a runtime. In production, this website is deployed as a static site, so should avoid using NextJS's API feature, as it will not work in production.

🧪 Testing

To run the unit tests, run:

yarn test

You can also run them in watch mode with:

yarn test --watch

Technology