This repo is a Single Page application based on MEAN stack, bundled so that you can get going fast.
- Download or clone the repository. Ensure node v14 LTS and NPM are installed.
- Install npm modules:
npm install - Install client npm modules
npm run build. - Start up the server:
node serverornpm startor use forever to runforever start server - View in browser at http://localhost:3000
Use this starter kit to build a MEAN stack application.