You can use this project as a starting point for trying out Lekko. Follow the instructions on our Get started guide.
$ npm install
Start "live" server:
$ npm run dev
ts-nodetranspiles TypeScript on the flynodemonwatches for source code changes and restart the server
Test it:
$ curl http://127.0.0.1:3000
Hello World
Transpile to JS:
$ npm run build
Run it:
$ npm run start