Skip to content

Repository files navigation

FireCat Started

FireCat Project Template

Run

npm run dev

Build

npm run build

output

dist
└── app
   ├──...
   └──index.js
├── .env
├── ecosystem.config.js
└── package.json

Deploy

Deploy by pm2

cd dist

yarn

pm2 start ecosystem.config.js

Deploy by docker

docker build -t your-app-name .

docker run -p 3000:3000 your-app-name

Releases

Packages

Used by

Contributors

Languages