Shard Detail

adding_typescript v0.1.0

How to easily add TypeScript to a Lucky application!
typescript lucky-framework lucky

Install & Use

Add the following code to your project's shard.yml under:

dependencies to use in production
- OR -
development_dependencies to use in development


adding_typescript:
  github: LuckyCastsVideos/adding-typescript

Readme

adding_typescript

This is a project written using Lucky. Enjoy!

Setting up the project

  1. Install required dependencies
  2. Update database settings in config/database.cr
  3. Run script/setup
  4. Run lucky dev to start the app

Learning Lucky

Lucky uses the Crystal programming language. You can learn about Lucky from the Lucky Guides.