This repo is a Single Page application based on MEAN stack. It's bundled to get started for a personal website.
- Download the repository. Make sure node v14 LTS and npm are installed.
- Install npm modules:
npm install
- Install client npm modules
npm run build
. - Start up the server:
node server
ornpm start
or use forever to runforever start server
- 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.