Skip to content

A simple boilerplate for small projects. Featuring plain HTML, CSS, and Javascript. Express as web server. Gulp for assets.

Notifications You must be signed in to change notification settings

dtonys/simple-web-boilerplate

Repository files navigation

simple-web-boilerplate

Summary

HTML, CSS, and Javascript are the most fundamental technologies to create websites.

Simple web boilerplate builds upon these basics, providing the minimum set of tools to develop simple websites.

No javascript frameworks, UI frameworks, or other complex tools.

Just the fundamental starter code to develop a production ready front end.

Supports modern browsers, and IE9+

Run

Run the server in dev mode

npm run dev

Run eslint

npm run lint-js

Build assets

npm run build

Run the server in production mode

npm run start

Stop production server

npm run stop

About

A simple boilerplate for small projects. Featuring plain HTML, CSS, and Javascript. Express as web server. Gulp for assets.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages