Skip to content

firecatjs/fire-cat-started

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

About

fire-cat template

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published