Skip to content

Latest commit

 

History

History

soya-next-cli

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Soya Next CLI

NPM Version

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 <project-directory> 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.