Skip to content

shrutigv/next-apps

Repository files navigation

Independent School District Website

This project is a Next.js application designed to generate and manage details for an independent school district website.

Getting Started

First, install dependencies:

npm install

Then, run the development server:

npm run dev

Open http://localhost:3000 to view the site in your browser.

Scripts

  • npm run dev — Start the development server
  • npm run build — Build the application for production
  • npm start — Start the production server

Unit Testing

To add and run unit tests for this project:

  1. Install a testing framework (e.g., Jest and React Testing Library):

    npm install --save-dev jest @testing-library/react @testing-library/jest-dom
  2. Add test scripts to your package.json:

    "scripts": {
      "test": "jest"
    }
  3. Create test files with the .test.js or .spec.js extension inside your project (commonly in a __tests__ folder or alongside components).

  4. Run tests with:

    npm test

For more details, refer to:

Learn More

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published