AI Ignition test project (Next.js + MUI + TS)

Mix of Create Next App and MUI with set of reusable components and utilities to build professional NextJS application faster.

How to run

  1. Clone or download the repo from: https://github.com/FateNinja/test-aiignition.git
  2. Copy .env.sample file into .env file
  3. Run npm install
  4. Run npm run dev

Available Scripts

In the project directory, you can run:

npm run dev or yarn dev

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm run lint or yarn lint

Checks the code for errors and missing things

npm run format or yarn format

Formats the code according to ./prettierrc.js config

npm test or yarn test

Launches the test runner in the interactive watch mode.

npm run build or yarn build

Builds the app for production or local development to the .next folder.

yarn build:static or npm run build:static

Note: this is deprecated way to build the Next.js app!

Builds the SSG (static site generator) version of the app in the out folder.