0.0.9 • Published 2 years ago
remix-nitro v0.0.9
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 installDevelopment Server
Start the development server on http://localhost:3000
npm run devProduction
Build the application for production:
npm run buildLocally preview production build:
npm run previewCheck out the deployment documentation for more information.