Introductory template using webpack, babel and react - April 2019
- Fork this repo
- Rename your repo accordingly.
git clone https://github.com/[your-org]/[your-app].git
cd [your-app]
npm i
Install knex if required and (globally - if desired):
- npm i knex (-g)
Apply migrations individually by removing all but one, migrating and then adding back the next to 'migrate latest'
-
knex migrate:latest
-
knex seed:run
What things you need to install the software and how to install them
Start the server (until I work out how to do it properly)
npm start
Explain how to run the automated tests for this system
Give an example
Explain what these tests test and why
Give an example
Add additional notes about how to deploy this on a live system
- 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.
Aaron Macdonald - Initial work - Azzarooney 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 Enspiral Dev Academy - New Zealand etc