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

generator-scaling-fullstack

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-scaling-fullstack

Simple RESTful server designed for horizontal scalability, based on [MERN] MongoDb, Express, Redis, NodeJS.

  • 1.0.5
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

generator-scaling-fullstack NPM version Build Status Dependency Status

Simple RESTful server designed for horizontal scalability, based on [MERN] MongoDb, Express, Redis, NodeJS.

Installation

  • Node >= 6.x.x (Recommended 8.x.x)
  • Npm >= 3.x.x (Recommended 5.x.x)
  • MongoDB >= 3.x.x
  • Redis >= 3.x.x

First, install Yeoman and generator-scaling-fullstack using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-scaling-fullstack

Then generate your new project:

mkdir example-app
cd example-app
yo scaling-fullstack

Getting To Know Yeoman

  • Yeoman has a heart of gold.
  • Yeoman is a person with feelings and opinions, but is very easy to work with.
  • Yeoman can be too opinionated at times but is easily convinced not to be.
  • Feel free to learn more about Yeoman.

Start [Development]

npm start

Listen Server (default): http://localhost:8000 Listen Client (default): http://localhost:3000

Build

npm run build

output: server/dist example: node server/dist/server/app.js

Test

npm test

License

MIT © Leonardo Rico

Keywords

FAQs

Package last updated on 08 Jul 2017

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