Skip to content
/ template-repo Public template

Template environment for JavaScript projects.

Notifications You must be signed in to change notification settings

jfpalchak/template-repo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

{Application Name}

By Joey Palchak

{Brief description of application}

Technologies Used

  • HTML
  • CSS
  • JavaScript
  • Node v16.13.1
  • npm v8.1.2
  • webpack v4.46.0

Description

{This is a detailed description of your application. Give as much detail as needed to explain what the application does as well as any other information you want users or other developers to have.}

Setup/Installation Requirements

  1. Copy the URL provided for this repository.
  2. Open Terminal.
  3. Change your working directory to where you want the cloned directory.
  4. In your terminal, type git clone and use the copied URL from Step 1. Or, copy the following git command:
$ git clone [REPO-LINK]
  1. To get your own key for the project's API, visit the API's website.
  2. Create a new account through the website, and follow these steps.
  3. Copy the provided API key.
  4. Navigate to the root of the newly cloned directory.
  5. In the project's root directory, create an .env file.
  6. In the .env file, create the following variable at the top line:
API_KEY=[YOUR-API-KEY-HERE]

where [YOUR-API-KEY-HERE] is replaced with the the API Key you received (make sure to remove the brackets as well).

In the project's .gitignore, .env should already be present.

  1. In your terminal, assuming Node.js and npm is installed, type the following command to install the project's dependencies found in package.json:
$ npm install
  1. With the dependencies installed, type the following line in your terminal to build the application using webpack:
$ npm run build
  • Additionally, if you wish to:
    1. Lint the JavaScript source code, you can do so by running ESLint the following command in the application's root directory:

    $ npm run lint

    1. Run tests on the backend JavaScript with Jest, you can do so by running the following command in the application's root directory:

    $ npm run test

  1. And finally, to run a live server of the project, type the following line in your terminal:
$ npm run start

Alternatively:

  1. Go to the website and access the application directly via GitHub Pages.

Known Bugs

  • No known bugs at this time. If any bugs are discovered, please contact the author.

License

MIT License

Copyright (c) date Joey Palchak

About

Template environment for JavaScript projects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published