This is going to be my opinionated Boiler Plate build for started porjects.
This project is built from scratch. As of yet I am not planning on putting a framework with this.
You will need some Front End Developer tools for this project to run.
Terminal, Node, Webpack
Download the Repo install it in new folder
Node Installation
npm i
Run the build
npm run build
Open the index.html in the browser
Development is running with an Express server and Hot Reload. It also has the Webpack Middleware installed. Also Has hot Module reloading on port http://localhost:8080/
The current commands
"watch": "webpack --watch",
"start": "webpack-dev-server --open",
"server": "node server.js",
Explain how to run the automated tests for this system
npm run test
"test": "echo \"Error: no test specified\" && exit 1",
Explain what these tests test and why
Give an example
To Deploy the project
npm run build
"build": "webpack"
- Dropwizard - The web framework used
- Maven - Dependency Management
- ROME - Used to generate RSS Feeds
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Nox - Initial work - PurpleBooth
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details
- Hat tip to anyone whose code was used
- Inspiration
- etc