Soya Next
  • Introduction
  • Packages
    • soya-next
    • soya-next-cli
    • soya-next-scripts
    • soya-next-server
  • Getting Started
    • Setup
    • Directory Structure
    • Creating an App
    • Build the App for Production
  • User Guide
    • Analyzing Dependencies
    • Configure Redux Store
    • Custom Babel Configuration
    • Custom Document
    • Custom Marlint Configuration
    • Custom Routing
    • Typescript Configuration
    • Universal Environment Configuration
  • Migration Guide
    • 0.4.x to 0.5.x
  • API Reference
    • applyReducers([reducers])
    • createPage([...connectArgs])(Page, [reducers])
    • createRouter(app, [options])
    • withLocale
    • LocaleLink
  • Examples
    • Apollo
    • Authentication
    • CSS Modules
    • CSS Modules with SCSS
    • Custom Routes
    • Internationalization
    • Internationalization with Redux
    • Redirection
    • TodoMVC
  • License
Powered by GitBook
On this page
  • Installation
  • Usage
  1. Packages

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 \ 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.

Previoussoya-nextNextsoya-next-scripts

Last updated 7 years ago