New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

boilerplate-express-api

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

boilerplate-express-api

Boilerplate Express API

  • 0.3.0
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-33.33%
Maintainers
1
Weekly downloads
 
Created
Source

Boilerplate Express API (REST)

🔋Boilerplate Express API (REST) w/ Support for ES6 Features

Getting Started

Step 1

git clone git@github.com:nparsons08/boilerplate-express-api.git api

Step 2

cd api && yarn build && yarn start

Step 3

open https://localhost:3000

Building

All code lives in the /src directory. To build the API, run yarn build from the root of the directory. This will call build.sh and transpile all E6S JavaScript to vanilla JavaScript. The transpiled code will then be in the /dist directory.

Running the API

To run the API, use yarn start from the root of the directory. The API will spin up on port 3000 and provide you with feedback in the terminal.

Docker Support

To build a Docker image and launch it, all you have to do is run ./Docker.sh. Note: Make sure to run yarn build prior to building your Docker image.

Happy Coding!

Keywords

FAQs

Package last updated on 10 Aug 2018

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