Skip to content

noximus/Nox-HTML5-BP

Repository files navigation

Nox's HTML5 BoilerPlate

This is going to be my opinionated Boiler Plate build for started porjects.

Getting Started

This project is built from scratch. As of yet I am not planning on putting a framework with this.

Prerequisites

You will need some Front End Developer tools for this project to run.

Terminal, Node, Webpack

Installing

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

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",

Running the tests

Explain how to run the automated tests for this system

npm run test
"test": "echo \"Error: no test specified\" && exit 1",

And coding style tests

Explain what these tests test and why

Give an example

Deployment

To Deploy the project

npm run build
"build": "webpack"

Built With

  • Dropwizard - The web framework used
  • Maven - Dependency Management
  • ROME - Used to generate RSS Feeds

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc

About

Boiler Plate set up for projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published