The best developers want to be efficient and productive, quickly prototyping and experimenting, able to build successes into production-ready applications. We believe Men Stack JS gives developers of all skill levels—whether at enterprise scale or working solo—an ideal open-source toolset for building rapid, scalable Javascript applications. We'll provide you a simple project structure that is versatile enough to quickly apply to your own development projects. Want to get started?
Start learning with documentation:
Check out this YouTube channel that has content to help you:
- Subscribe to our Youtube Channel - MenStackJs
- Watch MenStackJS - Releases
- Watch MenStackJS - How to series
- Watch MenStackJS - Error series
- Watch MenStackJS - What is series
For more control or something more basic, start here instead:
For full version, start here instead:
Want more content?
- MongoDB - MongoDB is the leading NoSQL database, empowering businesses to be more agile and scalable
- Express - Express is a minimal and flexible node.js web application framework, providing a robust set of features for building single and multi-page, and hybrid web applications
- Node.js - Node.js is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications
Download and Install mongodb - Checkout their manual if you're just starting
Download and Install Node.js - nodeschool has free node tutorials to get you started
The easiest way to get started is to clone the repository:
# Get the latest snapshot
git clone https://github.com/greenpioneersolutions/menstackjs.git
# Change directory
cd menstackjs
# Install NPM dependencies
npm install
# Start up the server
npm start
# or
node index.js