Skip to content

lekkodev/node-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node.js template project

You can use this project as a starting point for trying out Lekko. Follow the instructions on our Get started guide.

Install dependencies

$ npm install

Run locally

Start "live" server:

$ npm run dev
  • ts-node transpiles TypeScript on the fly
  • nodemon watches for source code changes and restart the server

Test it:

$ curl http://127.0.0.1:3000
Hello World

Build

Transpile to JS:

$ npm run build

Run it:

$ npm run start

About

Template Node.js starter project for trying out Lekko

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors