Simple Angular2 application entirely written in plain JavaScript (no TypeScript), with ExpressJS application for the backend.
NodeJS and NPM are required.
To run this project you need ExpressJS to be installed on your machine
npm install express
To get the project on your machine use the git command:
git clone https://github.com/mattiacorvaglia/expressjs-bootstrap-app.git
To retrieve the node modules use the npm command.
sudo npm install
To retrieve the client components use the Bower command.
bower install
To retrieve others client components not available in Bower (like Angular) use the npm command.
cd public/vendor/
sudo npm install
To run the server execute:
node server.js
And check out the output in the browser at the URL localhost:3000
Mattia Corvaglia - corvagliamattia@gmail.com - mattiacorvaglia.com