https://github.com/hardeep-bit/soar-inc-fe-test
https://github.com/hardeep-bit/soar-inc-fe-test
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/hardeep-bit/soar-inc-fe-test
- Owner: hardeep-bit
- Created: 2025-01-17T08:13:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-18T11:22:25.000Z (over 1 year ago)
- Last Synced: 2025-01-18T12:27:15.484Z (over 1 year ago)
- Language: TypeScript
- Size: 181 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.