Skip to content

sleighjs/christmas

Repository files navigation

Sleigh Framework

npm npm

Prerequisites

To scaffold your next Sleigh app, you need to have installed sleigh-cli tool in your system. To do that just run the following command

npm install -g sleigh-cli

** Note: If you already have installed sleigh-cli, continue to the next step**

Installing

To install a new sleigh app, follow the next steps

Scaffold a new sleigh app

sleigh new <name-of-the-app>

Change directory into the app

cd <name-of-the-app>

Create (or copy) a .env file based on the .env.example file

cp .env.example .env

Run the app

npm run serve

Built With

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Authors

  • Apostolos Siokas - Initial work - Sleigh

License

This project is licensed under the MIT License - see the LICENSE file for details

Releases

No releases published

Packages

No packages published