Skip to content

dominicarrojado/aptamil-build-your-babys-foundation-to-be-one-step-ahead-app

Repository files navigation

Aptamil Build Your Baby's Foundation To Be One Step Ahead App

CI/CD

A campaign app for Aptamil built with Next.js, TypeScript and Tailwind CSS.

Quick Start

  1. Install Yarn.
  2. Clone the app:
git clone git@github.com:dominicarrojado/aptamil-build-your-babys-foundation-to-be-one-step-ahead-app.git
  1. Install dependencies:
cd aptamil-build-your-babys-foundation-to-be-one-step-ahead-app
yarn install
  1. Run the development server:
yarn dev
  1. Open http://localhost:3000 to view it in the browser.

Running All Tests

yarn test

Running Tests (Watch)

yarn test:watch

Build For Production (Static)

  1. Build and generate static files:
yarn build
yarn export
  1. The out directory can be served by any static hosting service or CDN.

VSCode Extensions