Skip to content

WebPack/HTML/JS Bootstrap => builds and serves js bundle and html template to display test suite results UI. Serves as Extra Practice for students to get exposed to webpack / minifying / transpiring process

Notifications You must be signed in to change notification settings

Devin-GPT/webpack-js-tests

Repository files navigation

Barebones JS

This repo is a quick webpack bootstrap for ui to provide testing results for mentoring projects.

this a repository has been built with webpack to support hot module reloading and an out of the box development envierment with an out of the box HMR server.

Getting started

cd into repo and open with with VS code

run npm i in the root of the project

run npm run dev-server once modules have installed/

browser tab should automatically open and any files saved in code will trigger recompile and reload of browser

open the devtools console and follow guided instruction comments in the problems folder in /src/problems

Notes

be sure to git atleast one commit per problem solved. dont mess with test code at botton of file you will no you have completed when browser window has all successful test suites

About

WebPack/HTML/JS Bootstrap => builds and serves js bundle and html template to display test suite results UI. Serves as Extra Practice for students to get exposed to webpack / minifying / transpiring process

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published