Skip to content

Recker4244/Oneboard-frontend

Repository files navigation

OneBoard UI

This codebase is for the frontend of OneBoard. This project was bootstrapped with Create React App.

Pre-requisites

  • Node v19.5+

Folder structure

└── src
   ├── assets: Icons and Images.
   ├── components: Reusable React functions used to build pages.
   ├── constants: All constants and enum definition.
   ├── mocks: All the mocks needed for testing the components.
   ├── pages: Contains the navigation page and main page.
   ├── utils: Helper functions used across components and services.
   ├── index.css: Global css file.
   └── index.tsx: Entry file for the react app.

How to run the frontend server locally -

In the project directory, you can:

Install packages

npm install

Start the frontend server

npm run start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.

Additional operations

Run unit tests

npm run test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

Check test coverage

npm test:coverage

It will show the coverage report.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages