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

create-node-app

Package Overview
Dependencies
Maintainers
3
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-node-app

Create Node.js apps by running one command

  • 1.0.5
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
52
decreased by-7.14%
Maintainers
3
Weekly downloads
 
Created
Source

Create Node App

Create Node apps with no build configuration. Inspired by and based on create-react-app. Create apps that closely follow The Twelve Factors of web application development with a single command.

What's included?

create-node-app automatically sets up and manages:

  • Developer tools: ESLint, optional typing (Typescript & Flowtype), editorconfig, prettier, automatic reload
  • Production ready Kubernetes configurations
  • git-crypt for secure encrypted app secrets (secrets as environment variables)
  • Secure and optimized Dockerfile setup for easy containerized development, testing, and production
  • CI scaffolding (Jenkins, CircleCI)
  • Build, test & deploy helpers (with instant & free Kubernetes hosting powered by kubesail.com)

create-node-app is modular, some popular optional modules include:

  • HTTPS (Letsencrypt, express boilerplate, HSTS, etc)
  • Redis, Postgres, and other backend services (local containerized services, as well as production ready Kubernetes configurations)
  • Many more: Explore other modules

Quick start

Create an apps:
npx create-node-app my-new-app
Add a module:

Add HTTPS boilerplate and Redis to our project:

cd my-new-app
create-node-app --add https redis

Explore other modules

Build, test and deploy:
npm build [environment]
npm test [environment]
npm deploy [environment]

Free hosting

This project is sponsored by kubesail.com, which provides free-tier Kubernetes hosting. After creating an app with create-node-app, try npm deploy production!

FAQs

Package last updated on 28 Apr 2019

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