Skip to content

rickluo94/remix-tailwind-app

Repository files navigation

Welcome to Remix!

本專案包含測試

  • 登入機制
  • 加入樣式庫
  • 預載入路由

後端引用Api測試資料來源於

執行專案前

請記得使用dotenv 創建環境檔案及設定參數

Development

From your terminal:

npm run dev

This starts your app in development mode, rebuilding assets on file changes.

Deployment

First, build your app for production:

npm run build

Then run the app in production mode:

npm start

Now you'll need to pick a host to deploy it to.