Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.04 KB

README.md

File metadata and controls

40 lines (26 loc) · 1.04 KB

LightningChart JS Node JS server template

Template

Express based server template, showcasing how to use the @arction/lcjs-headless package to render charts with LightningChart JS on server environment.

This template is heavily influenced by the Microsoft's TypeScript-Node-Starter template.

Requirements

  • Node JS
  • See the @arction/lcjs-headless Readme for specific requirements for your operating system and environment.

Getting Started

  1. Clone the repository
git clone --depth=1 https://github.com/Arction/lcjs-node-template.git <project_name>
  1. Install project dependencies
cd <project_name>
npm install
  1. Build and run the project
npm run build
npm run start
  1. Open a browser and navigate to http://localhost:3000