billsonnn / nitro-react

35 stars 40 forks source link

Nitro React v2.1

Prerequisites

Installation

Usage

Development

Run Nitro in development mode when you are editing the files, this way you can see the changes in your browser instantly

yarn start

Production

To build a production version of Nitro just run the following command

yarn build:prod