This is the frontend component of the ContactNova Search Engine POC, built with React.
- Node.js 14+
- npm 6+
-
Install dependencies:
npm install
-
Start the development server:
npm start
-
The application will be available at
http://localhost:3000
.
npm start
: Runs the app in development modenpm test
: Launches the test runnernpm run build
: Builds the app for production
src/
: Contains the main source codepublic/
: Contains public assets and the main HTML file
The frontend is configured to connect to the backend API running on http://localhost:8000
. If you need to change this, update the API base URL in the relevant components.
To learn more about React and the tools used in this project, check out the following resources:
This project is licensed under the MIT License.