@opengis/starter
v0.1.2
Published
This project was bootstrapped with Fastify-CLI.
Downloads
14
Readme
Starter Fastify
Створює базову структуру сайту на Fastify з необхідними функціями.
Install
npm install opengis@starter
npm i # install dependencies
npm i --production # only for production
npm start # debug mode
# production mode
npm run build
npm run prod