Skip to content

fallaciousreasoning/dictionary

Repository files navigation

Dictionary

A simple dictionary app written in JavaScript which supports searching by Regex.

Building

  1. Clone the repository:

    git clone https://github.com/fallaciousreasoning/dictionary.git

  2. Install dependencies

    npm i

  3. Build

    npm run start

The site should be available on localhost:3000