Skip to content

AaronDBoyd/Webpack_environment_template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webpack Environment Template

A Template to easily start projects in a Webpack Environment.

By Aaron Boyd

Technologies Used

  • Webpack
  • Node
  • npm
  • Jest
  • Babel
  • ESLint

Description

This template was created using the the setup instructions at learnhowtoprogram.com.

Setup/Installation Requirements

  • Clone this template repo.
  • _Change the "title" section in the /webpack.config.js file and the package.json file to the tile of your project.
  • Install all packages with $ npm install
  • Build the project using webpack with $ npm run build
  • Start development server with $ npm run start
  • Lint the JS files in the src folder with npm run lint
  • Run tests with Jest using $ npm run test
  • There are also notes with further explanation in the /notes.txt file.

Here are some links to help with any questions using dependencies

Known Bugs

  • NOT SETUP FOR USE OF JQUERY

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published