Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 454 Bytes

File metadata and controls

19 lines (13 loc) · 454 Bytes

ui-frameworkless-javascript-boilerplate

JavaScript boilerplate to create SPAs with no UI framework

Dev environment

  • Node version: 8.10.0
  • NPM version: 6.4.1

Dev commands

  • npm install: install all dependencies
  • npm start : starts the app in a local browser using webpack-dev-server. Port 3000 used
  • npm run build : compiles and builds app into /dist folder

Tested browsers

  • Chrome 68
  • Microsoft Edge 42
  • Firefox Quantum 62