Skip to content

1js2002/A-studio

Repository files navigation

A+Studio

This project is a front-end website built using Tailwind CSS and Next.js, providing a modern and responsive user interface. It leverages the power of Next.js for server-side rendering, making it efficient and SEO-friendly. The combination of Tailwind CSS and Next.js offers a seamless development experience and allows for rapid prototyping and scaling.

Screenshots

App Screenshot App Screenshot App Screenshot App Screenshot App Screenshot

Installation

Clone the Repository: Clone this repository to your local machine using git clone.

git clone https://github.com/1js2002/A-studio.git

Install Dependencies: Navigate to the project directory and install the required dependencies using either npm install, yarn install, or pnpm install, depending on your package manager of choice.

npm install

or

yarn install

Run the Development Server: Start the development server using npm run dev, yarn dev, or pnpm dev. This will launch the website at http://localhost:3000.

npm run dev

or

yarn dev

Start Editing: Begin editing the pages and components in the pages and components directories. The website will automatically update in the browser as you save your changes

Deployment

To deploy the website to a production environment, you can use platforms like Vercel, Netlify, or other hosting services that support Next.js applications. Simply follow the deployment documentation of your chosen hosting platform to make the website live. This project is deployed at:

https://aplustudio-1js2002.vercel.app/

Resources

Resources Next.js Documentation: https://nextjs.org/docs Tailwind CSS Documentation: https://tailwindcss.com/docs Learn Next.js: https://nextjs.org/learn Learn Tailwind CSS: https://tailwindcss.com/course

License

MIT