- This program does things.
- This program also does these things.
- See specs below for more detail.
| Behavior | Input | Output |
|---|---|---|
| If user does this, the program does that | this | that |
| If user does this, the program does that | this | that |
| If user does this, the program does that | this | that |
- If you don't have it installed, download and install Node.js 12.3.1
$ git clone https://github.com/YourGitHubNameHere/YourGitHubRepositoryNameHere.gitThis will clone the repository to your local machine.$ npm installThis will allow you to have access to the CLI (command line interface) for webpack.$ npm run buildThis will automatically build the bundle once. The entry file is./src/script/index.js, with production ready code (minified).$ npm run startThis will watch the file changes in./srcand automatically build the bundle with dev build (not minified). This is a continuous monitoring which can be stopped with the key combinationCtrl + Cwithin the terminal.
There are no known bugs as of last update.
Please contact me at [email protected] if you run into any issues or have questions, ideas or feedback.
This application was built in Atom using JavaScript, Node.js 12.3.1, jQuery 3.4.1, Bootstrap v4.3.1 and a custom css file. For unit testing, Jasmine framework and Karma task runner are both used.
This software is licensed under MIT license.
Copyright (c) 2019 YourNameHere