Skip to content

Sigevio/ntnui-swimming-frontend

Repository files navigation

About the project

The future frontend of the NTNUI Svømming website (https://org.ntnu.no/svommer/).

image

Built with

  • Next.js
    • React.js
  • Material UI

Getting started

First, install all dependencies:

npm i

Then, run the development server:

npm run dev

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

Pages

All pages are located in the pages directory. Every page is composed of components located in the components directory.

API

The pages/api directory is mapped to /api/*. Files in this directory are treated as API routes instead of React pages.

Build project

Run the following:

npm run build
npm run start

Open http://localhost:3000 with your browser and be amazed.

Create static output

Run:

npm run export

About

Future frontend of the NTNUI Svømming website. [DISCONTINUED]

Resources

Stars

Watchers

Forks