/react-boilerplate

Primary LanguageJavaScriptMIT LicenseMIT

React boilerplate

About

This is a minimal react-setup.

Installation

Run npm install or yarn in the root folder.

Development

gulp build to run a build of the project.

gulp server to run a local server in the dist folder.

gulp watch initiates build and server and thereafter watches the project.