soya-next-cli

A CLI to help bootstrap Soya Next projects quickly.

Installation

Install it once globally:

npm install -g soya-next-cli

Usage

To use it, run the following:

soya-next-cli <project-directory>

Note: replace \ with your new project name or path to it.

Then, follow the instructions. It should be something like the following:

cd <project-directory>
npm start

That's it! Open http://localhost:3000 in your browser.

Last updated