This is an example of a dashboard application built with Next.js.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
You need to have Node.js and npm (or yarn) installed on your machine.
- Clone the repo
git clone https://github.com/Oksana1008-dev/Nextjs-dashoboard-example.git
- Install NPM packages
npm install # or yarn install
To run the development server:
npm run dev
# or
yarn devOpen http://localhost:3000 with your browser to see the result.
- Next.js - The React Framework for Production
- React - A JavaScript library for building user interfaces
- Tailwind CSS - A utility-first CSS framework
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Distributed under the MIT License. See LICENSE for more information.
Oksana - @Oksana1008-dev
Project Link: https://github.com/Oksana1008-dev/Nextjs-dashoboard-example