Skip to content

technative-academy/tfs-project-react-frontend

Repository files navigation

React Project - example front-end

This is an example front-end application for the React project.

It allows users to register, log in, and manage their collections of things.

The app is built using React and Redux.

Installation

Prerequisites

Ensure you have the following installed:

  • Node.js (version 18 or higher)
  • npm (version 6 or higher)

Install dependencies

npm install

Environment Variables

Create a .env file in the root of the project - duplicate the .env.example file and replace values with your real values:

VITE_API_URL="http://localhost:3001/api"

Running the app

Start the app using the following command:

npm run dev

The app should now be running on http://localhost:3000

Available scripts

In the project directory, you can run the following scripts:

  • npm run dev: Start the development server.
  • npm run build: Build the app for production.
  • npm run serve: Serve the production build of the app.
  • npm run lint: Run ESLint to lint the code.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published