0.3.1 • Published 7 years ago
create-noctis-app v0.3.1
Create Noctis App
Create bleeding-egde, isomorphic React apps in one command.
This package includes the global install command for Noctis. Please refer to its documentation:
- Getting Started – How to create a new app.
Quick Overview
npx create-noctis-app
cd my-app
npm start
or... with yarn create
:
yarn create noctis-app my-app
cd my-app
yarn start