Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@intouchg/fastify

Package Overview
Dependencies
Maintainers
2
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@intouchg/fastify

Starter template for NodeJS Fastify server

  • 0.1.0
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
2
Weekly downloads
 
Created
Source

@intouchg/fastify

Starter template for NodeJS Fastify server

Creating a new project

  1. Clone the starter repo, renaming it according to your new project
git clone https://intazdoweb.intouchsol.com/IntouchDesignSystem/IntouchDesignSystem/_git/fastify NEW_PROJECT_FOLDER_NAME
  1. Navigate into the new project folder and delete the existing git repo
cd NEW_PROJECT_FOLDER_NAME && rm -rf .git
  1. Update the package.json name, description, and repository fields

  2. Install dependencies to generate the yarn.lock file

yarn
  1. Initialize a new git repo and create the initial commit
git init && git add . && git commit -m 'Initial commit'
  1. Add your new project's git repo url as the git remote
git remote add origin NEW_PROJECT_GIT_REPO_URL
  1. Finished! Push your code to the repo
git push origin master

Developing a project

  1. Navigate into the project directory
cd MY_PROJECT_NAME
  1. Run the dev server
yarn dev
  1. Or build for production
yarn build

FAQs

Package last updated on 05 Oct 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc