nodes/backend
2024-02-28 21:21:42 +01:00
..
routes feat: some shit 2024-02-28 21:21:42 +01:00
.editorconfig feat: some shit 2024-02-28 21:21:42 +01:00
.eslintignore feat: some shit 2024-02-28 21:21:42 +01:00
.eslintrc feat: some shit 2024-02-28 21:21:42 +01:00
.gitignore feat: some shit 2024-02-28 21:21:42 +01:00
.npmrc feat: some shit 2024-02-28 21:21:42 +01:00
nitro.config.ts feat: some shit 2024-02-28 21:21:42 +01:00
package.json feat: some shit 2024-02-28 21:21:42 +01:00
README.md feat: some shit 2024-02-28 21:21:42 +01:00
tsconfig.json feat: some shit 2024-02-28 21:21:42 +01: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.