Music Course Application with TypeScript, Next JS, AceternityUI, Framer Motion animation library, TailwindCSS.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx
. The page auto-updates as you edit the file.
To using with Docker. here is docker image: https://hub.docker.com/r/rumman99/music-course-app
or can just pull using: docker pull rumman99/music-course-app.
Docker Instruction:
- Open you command prompt paste this pull request "docker pull rumman99/music-course-app".
- Then rumman99/music-course-app image will be available inside your images section.
- Enter this command to start container for this image "docker run -it -p 3000:3000 --name imageName rumman99/music-course-app ", this will run this NEXTJS app in PORT:3000. NOTE:(you can change imageName to any name for your container).
- Search in your browser, 'https://localhost:3000'.
- Any time just enter "docker start imageName", to run this container in PORT:3000. NOTE:(use your container name in imageName).
Thank You.....
ENJOY NOW :)