Skip to content

govtechmy/ask-gov-my

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,039 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frontend Project

This project is a frontend application built with Next.js, React, and TailwindCSS. Below are the instructions to set up, develop, build, and start the application.

Prerequisites

Ensure you have the following installed on your machine:

  • Node.js (v18 or higher recommended)
  • npm (v6 or higher)

Getting Started

  1. Clone the repository

    git clone <repository-url>
    cd frontend
  2. Install dependencies

    npm install
  3. Run the development server

    npm run dev

    Open http://localhost:3000 with your browser to see the result.

Scripts

  • Development

    To start the development server:

    npm run dev
  • Build

    To build the application for production:

    npm run build
  • Start

    To start the application in production mode:

    npm run start
  • Lint

    To run ESLint:

    npm run lint

Dependencies

  • next: Next.js framework
  • react: React library
  • react-dom: React DOM library

DevDependencies

  • @types/node: TypeScript definitions for Node.js
  • @types/react: TypeScript definitions for React
  • @types/react-dom: TypeScript definitions for React DOM
  • eslint: JavaScript linter
  • eslint-config-next: ESLint configuration for Next.js
  • postcss: Tool for transforming CSS
  • tailwindcss: Utility-first CSS framework

Tailwind CSS

This project uses Tailwind CSS for styling. To customize Tailwind CSS, edit the tailwind.config.js file.

Learn More

To learn more about Next.js, React, and Tailwind CSS, check out the following resources:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors