Demo:
Store all template files.
Features
To solidify concepts of ###
in ###.
Developers, users, and non-developers.
Note
Users can install all dependencies using package.json
file via:
npm install
To use manageDeployments.sh
:
sudo apt install gh
gh auth login
sudo apt-get install jq
chmod +x manageDeployments.sh
./manageDeployments.sh
Invert
File | Description |
---|---|
src/* |
Source files that are bundled into the output directory dist/ . |
src/index.js |
The main JavaScript entry point that bundling begins. |
dist/* |
Output files from bundling of files in directory src/ . |
dist/main.js |
Main JavaScript output file that contains the bundled JavaScript code. Code is minified and optimized for deployment (Due to mode set to production in webpack config). |
package* |
Contains details of project and dependencies versions. |
algorithm.txt |
Algorithm for JavaScript . |
readme-assets/* |
Live demo and different screen views used in README.md . |
Invert
File | Description |
---|---|
src/assets/### |
Photo created by ### on ###. |
Invert
- ###