tbrebant / js-app-template

Simple build system for HTML5 apps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

Simple build system for HTML5 applications.

Requirements

  • node 12+

Boostsrap

git clone https://github.com/doctb/js-app-template
cd js-app-template
npm install
npm run watch-client-dev

And open http://localhost:3001 in your browser.

How to use

  • Client code goes in src/client
  • Shared code (or static data) between client and server goes in src/shared.
  • Assets should go in src/assets.
  • Files you want to include wihout any modification in your client build are going in src/clientHardFiles.
  • npm run watch-client-dev serves the client on http://localhost:3001, watches for changes and rebuilds automatically.

About

Simple build system for HTML5 apps


Languages

Language:JavaScript 96.9%Language:HTML 2.1%Language:CSS 0.9%