neilbryson / neilbryson.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:TypeScript 46.8%Language:JavaScript 26.3%Language:HTML 21.6%Language:CSS 2.9%Language:Shell 2.5%