1.0.0 • Published 4 years ago

generator-quartic-react-app v1.0.0

Weekly downloads
-
License
Quartic.ai
Repository
github
Last release
4 years ago

generator-quartic-react-app

generator-react-app gets you up and running in seconds. It's easy to configure. Start it. Write code.

Install

Requires Node 6 or greater

npm install -g yo generator-quartic-react-app

Scaffold

yo react-app <app_name>
cd myapp

Run

Run in development mode:

npm run start

Package and run in production mode

npm run build

Test

npm test

Usage: CLI

yo quartic-react-app [appname]
OptiondefaultDescription
appnamecurrent directoryThe application folder

Usage: Project

The sections below describe all usage options available once the project is generated/scaffolded.

npm targets

TargetDescription
npm run startRun in development mode
npm run testRun tests
npm run buildTranspile source code for production use

License

Quartic.ai