/Counter-App-next-redux

A simple app that allows users to increment or decrement a counter, built with Next.js and Redux.

Primary LanguageTypeScript

Counter App

A simple app that allows you to increment or decrement a counter. Built with Next.js and Redux.

Getting Started

  1. Clone the repository
git clone https://github.com/Paulinhx/Counter-App-next-redux.git
  1. Install the dependencies
cd [YOUR_REPOSITORY]
npm install
  1. Start the development server
npm run dev

The app should now be running on http://localhost:3000.

Deployment

To deploy the app to a production server, run the following command:

npm run build && npm start

Built With

  1. Next.js - A framework for building server-rendered React apps
  2. Redux - A state management library for JavaScript apps

Author

Paulinhx

License

This project is licensed under the MIT License -


Next.js + Tailwind CSS Example

This example shows how to use Tailwind CSS (v3.2) with Next.js. It follows the steps outlined in the official Tailwind docs.

Deploy your own

Deploy the example using Vercel or preview live with StackBlitz

Deploy with Vercel

How to use

Execute create-next-app with npm, Yarn, or pnpm to bootstrap the example:

npx create-next-app --example with-tailwindcss with-tailwindcss-app
yarn create next-app --example with-tailwindcss with-tailwindcss-app
pnpm create next-app --example with-tailwindcss with-tailwindcss-app

Deploy it to the cloud with Vercel (Documentation).