mcfly/templates/basic
2023-10-21 15:56:36 +02:00
..
public feat(templates): add code-block to basic template 2023-10-21 14:41:53 +02:00
routes fix(core): use mcfly config in eventHandler 2023-10-21 15:56:36 +02:00
src feat(templates): update footer example 2023-10-21 14:47:15 +02:00
.editorconfig feat: initial packages @mcflyjs/core, @templates/basic 2023-10-21 13:32:22 +02:00
.eslintignore feat: initial packages @mcflyjs/core, @templates/basic 2023-10-21 13:32:22 +02:00
.eslintrc feat: initial packages @mcflyjs/core, @templates/basic 2023-10-21 13:32:22 +02:00
.gitignore feat: initial packages @mcflyjs/core, @templates/basic 2023-10-21 13:32:22 +02:00
.npmrc feat: initial packages @mcflyjs/core, @templates/basic 2023-10-21 13:32:22 +02:00
mcfly.config.ts feat(templates): add content to basic template 2023-10-21 13:47:02 +02:00
nitro.config.ts feat: initial packages @mcflyjs/core, @templates/basic 2023-10-21 13:32:22 +02:00
package.json fix(core): use mcfly config in eventHandler 2023-10-21 15:56:36 +02:00
README.md feat: initial packages @mcflyjs/core, @templates/basic 2023-10-21 13:32:22 +02:00
tsconfig.json feat: initial packages @mcflyjs/core, @templates/basic 2023-10-21 13:32:22 +02:00

Nitro Minimal Starter

Look at the Nitro documentation to learn more.

Setup

Make sure to install the dependencies:

# npm
npm install

# yarn
yarn install

# pnpm
pnpm install

Development Server

Start the development server on http://localhost:3000

npm run dev

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview

Check out the deployment documentation for more information.