A JavaScript starter for Next.js that includes all you need to build your next 🦄 project.
Also includes:
Live Demo : https://imsohaibraza.github.io/media-management/
1. git clone https://github.com/imSOHAIBRAZA/media-management.git
2. cd demo
3. yarn && yarn dev or npm install && npm run dev if you prefer not to use yarn.
yarn start / npm start
You can view the development server at localhost:3000
.
yarn build / npm run build
- Fork this repository;
- Create your branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -m 'Add some feature'
- Push to the branch:
git push origin my-new-feature
Made by Sohaib Raz