An open API service indexing awesome lists of open source software.

https://github.com/hardeep-bit/soar-inc-fe-test


https://github.com/hardeep-bit/soar-inc-fe-test

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

# SOAR.INC Test React Application Setup

This README provides instructions to initialize and run a SOAR.INC Test React application.

## Prerequisites

- **Install Node.js**: v18.17.0
- **Install npm**: v9.6.7

## Getting Started

Follow the steps below to set up and run the application:

1. Install dependencies:
```bash
npm i
```

2. Start the application:
```bash
npm start
```
This will start the application on [http://localhost:3000](http://localhost:3000).

3. Build the application:
```bash
npm run build
```

### Note

The command `npm run build` creates a production-ready build of the React app. However, there is a known issue where this command may fail to minify.