Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 568 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 568 Bytes

The Idols Frontend

This project was created using React with Node v17.

Getting Started

An env_sample file is provided as an example of the .env variables required to run the app.

npm install

Installs the necessary dependencies for the project.

npm start

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

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.