Skip to content

Next.js based App for displaying user data on a dashboard made with Tremor utilities styled with Tailwind

Notifications You must be signed in to change notification settings

Nefas666/spotiFinder

Repository files navigation

spotiFinder

Next.js based App for displaying user data on a dashboard made with Tremor utilities styled with TailwindCSS.

Installation

Before getting started, make sure you have Node.js installed on your machine.

  1. Clone the repository:
git clone https://github.com/Nefas666/spotiFinder.git
  1. Navigate to the project's directory:
cd nextjs-tailwind-tremor
  1. Install the dependencies:
npm install

Usage

Development Server

To start the development server, run the following command:

npm run dev

Open http://localhost:3000 in your browser to view the application.

The page will automatically reload if you make edits.

Building the Application

To build the application for production, use the following command:

npm run build

This command will create an optimized production build in the .next folder.

Running the Production Build

After building the application, you can start the production server with the following command:

npm start

The application will be available at http://localhost:3000.

Linting

To lint your code, you can use the following command:

npm run lint

This command runs ESLint to analyze your code and report any errors or warnings.

Dependencies

Dev Dependencies

License

This project is licensed under the MIT License.


About

Next.js based App for displaying user data on a dashboard made with Tremor utilities styled with Tailwind

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published