Boilerplate for Express 4 Web Apps. Includes a very basic auth, Mongo connection, and some examples of models, controllers, views, layout based on bootstrap, and more stuff that I'll write here when not in a fucking rush.
- Clone the repository
- Create the secrets.js from the example
- Remove the .git folder, and init a new repository for the new project
- Change the package.json repository info
- Install dependencies:
npm install
- Run gulp tasks:
gulp
- Check out that it works on the browser
- Prepare the server to deploy with a git push:
bash ops/install_git_deployment.sh <SSH HOST> <PROJECT NAME> <SERVICE PORT>
- Change everything else
- Make a proper working example with the pizzas and the requests
- Add support for tests
- Socketio example
- React example
- Do the TODOs in the code