sleighjs / sleigh-cli

Sleigh command line tool to prepare your next sleigh app

Home Page:https://www.npmjs.com/package/sleigh-cli

Repository from Github https://github.comsleighjs/sleigh-cliRepository from Github https://github.comsleighjs/sleigh-cli

Sleigh CLI

Sleigh command line tool to prepare your next sleigh app

Getting Started

To get a copy of the project and run it on your local machine for development and testing purposes, clone the project and install all dependencies.

Installing

To install sleigh command line tool globaly, you should run the following command

npm install -g sleigh-cli

Now you can use the sleigh command from your terminal. To scaffold a new sleigh app run the following command

sleigh new <name-of-the-app>

Next you should go into the app folder and follow the next steps

install the dependencies

npm install

create a .env file based on .env.example file

.env.example .env

Run

To run your app just enter

npm run serve

This command runs the app and also starts a demon that restarts your server whenever you change the code

Built With

Contributing

All pull requests are welcome. Please do not hesitate to ask anything and create a pull request for anything.

Authors

  • Apostolos Siokas - Initial work - Sleigh

License

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

About

Sleigh command line tool to prepare your next sleigh app

https://www.npmjs.com/package/sleigh-cli


Languages

Language:JavaScript 100.0%