Skip to content

dougkusanagi/chuck-norris-search-engine

Repository files navigation

Chuck Norris Search Engine

Installation Dependencies

Just a package manager like npm or yarn is required


Project Dependencies

  1. Vite as a building tool and server
  2. TailwindCSS as a front-end css framework
  3. Jest as a Test Runner and Assertion Library

Installation Steps

  1. Unzip the package in some empty directory

  2. Open the terminal in the same directory you unzip the files and execute one of this commands in a terminal to install the dependencies and start a web server


For DEV MODE preview with yarn:

yarn && yarn dev

For DEV MODE preview with npm:

npm install && npm run dev

For BUILD MODE preview with yarn:

yarn && yarn build && yarn preview

For BUILD MODE preview with npm:

npm install && npm run build && npm run preview

For testing

With yarn

yarn test

With npm

npm test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published