/neilbryson.github.io

Primary LanguageTypeScriptMIT LicenseMIT

neilbryson.github.io

Requirements

Installation

npm install

Starting the development server

npm start

This starts a development server at http://localhost:3000.

Build bundle

npm run build

Preview build version

npm run preview

Unit tests

Jest and React Testing Library are used to run unit tests.

npm test

# To run in watch mode
npm run test:watch