Skip to content

HarikumarG/Searching-Frontend

Repository files navigation

searching-frontend

An Ember application which consists of two parts.

  1. File search, given a pattern and folder path will show all the files matching the pattern in the same hierarchical folder structure
  2. Keyword search, given a file name,path and keyword to be searched will show all the lines that matches the given keyword

https://github.com/HarikumarG/Searching-Backend (For Backend)

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • cd searching-frontend
  • npm install

Running / Development

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  • ember test
  • ember test --server

Linting

  • npm run lint:hbs
  • npm run lint:js
  • npm run lint:js -- --fix

Building

  • ember build (development)
  • ember build --environment production (production)

Deploying

Specify what it takes to deploy your app.

Further Reading / Useful Links

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published