Next.js based App for displaying user data on a dashboard made with Tremor utilities styled with TailwindCSS.
Before getting started, make sure you have Node.js installed on your machine.
- Clone the repository:
git clone https://github.com/Nefas666/spotiFinder.git
- Navigate to the project's directory:
cd nextjs-tailwind-tremor
- Install the dependencies:
npm install
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.
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.
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.
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.
- @heroicons/react: ^2.0.18
- @tremor/react: ^2.11.0
- @types/node: 20.2.5
- @types/react: 18.2.8
- @types/react-dom: 18.2.4
- axios: ^1.4.0
- dotenv: ^16.1.4
- eslint: 8.42.0
- eslint-config-next: 13.4.4
- next: ^13.4.5
- react: 18.2.0
- react-dom: 18.2.0
- spotify-web-api-js: ^1.5.2
- typescript: 5.1.3
- autoprefixer: ^10.4.14
- postcss: ^8.4.24
- tailwindcss: ^3.3.2
This project is licensed under the MIT License.