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**
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
- Express - Server
- Handlebars - Template Engine
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
- Apostolos Siokas - Initial work - Sleigh
This project is licensed under the MIT License - see the LICENSE file for details