Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 1.17 KB

README.md

File metadata and controls

47 lines (30 loc) · 1.17 KB

JavaScript Template

EDIT BEFORE COMMITING

By Ashe Urban & Vera Weikel

This project is serving as a template respository for future work

Technologies Used

  • JavaScript
  • HTML
  • CSS
  • Webpack
  • eslint
  • babel
  • jest

Description

This project template was built off of Epicodus' lessons on TDD and js environments

As such, there are tests and js files for a triangle and rectangle constructor, these should be updated per project.

Lesson prompt: https://www.learnhowtoprogram.com/intermediate-javascript/test-driven-development-and-environments-with-javascript/basic-project-structure

Setup/Installation Requirements

  • Clone or download to your local repository
  • Update titles in package.json and webpack.config.js to reflect new project title
  • Update README.md with correct project information
  • Ensure proper files are disallowed in .gitignore
  • git init a new local directory and create a new repository in github
  • run npm install
  • npm run start to build and launch server
  • proceed to update files to reflect new project

Known Bugs

  • None

License

MIT

Copyright (c) 2023 Ashe Urban Vera Weikel