Skip to content

manishrw/mean-starter-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MEAN Stack based SPA for Personal website.

This repo is a Single Page application based on MEAN stack. It's bundled to get started for a personal website.

Installation

  1. Download the repository. Make sure node v14 LTS and npm are installed.
  2. Install npm modules: npm install
  3. Install client npm modules npm run build.
  4. Start up the server: node server or npm start or use forever to run forever start server
  5. View in browser at http://localhost:3000

Use this starter kit to build any MEAN stack application you like.

If you have any questions or requests, email me here and we'll keep updating this to make it perfect.