Skip to content

Example frontend for Vega written as a classic Node.js app (work in progress)

Notifications You must be signed in to change notification settings

VegaPublish/example-frontend-classic-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

example-frontend-classic-js

An very basic example frontend for Vega implemented as a classic Node.js web app without any fancy stuff.

The idea is to provide a simple codebase where only basic knowledge to Javascript and HTML is needed to customize and get a journal up and running in no time.

Built on

  • Node 6.5
  • Express server
  • Templating with HTML-like Handlebars
  • Styling with PostCSS / PostCSS Next
  • Plain Javascript for the browser/client without any bundling and transforms.
  • ESLint for code quality control

Advanced users would probably want something like React, Browserify/Webpack, Babel etc, but this example will keep it as simple as possible.

Get going

  • npm install
  • Edit src/config.js (see src/config-example.js for a template)
  • npm run develop to start a development server.
  • Go to http://localhost:3000

About

Example frontend for Vega written as a classic Node.js app (work in progress)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published