This is a Next.js project with admin panel UI from Figma community. The purpose of this project is to learn basic of Next 13 App directory and use it in a real project. Also I use material UI in this project to learn that, too.
- Use Next.js App Directory features
- Use Material UI components
- Use React-Hook-Form
First, you should clone the back-end of this project (express.js). Then, clone this project:
git clone "https://github.com/M-Kia/bit-panel-front.git"
Then, after going to the created directory, run npm install
to install dependencies.
Now you can run the development server for this project with npm run dev
. Open http://localhost:3000 with your browser to see the result.
Also you can build the production version of this project by running npm run build
and npm start
on your server.