A simple dictionary app written in JavaScript which supports searching by Regex.
-
Clone the repository:
git clone https://github.com/fallaciousreasoning/dictionary.git
-
Install dependencies
npm i
-
Build
npm run start
The site should be available on localhost:3000