Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 322 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 322 Bytes

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