Skip to content

The opinionated React app boilerplate, with some useful utilities.

License

Notifications You must be signed in to change notification settings

longtc/minimal-react-app

Repository files navigation

Boilerplate for React webapp

Features

Prerequisites

  • Install Node.js 12+ (highly recommend the LTS version)

  • Install gulp-cli

    npm install gulp-cli -g

  • Install dependencies

    npm install

  • Make sure to run below command to generate messages from *.po files:

    npm run compile

Development enviroment

  • To start development build and auto reload on changes:

    npm run watch

How to build

  • Build for production

    npm run build:prod

Documentation

About

The opinionated React app boilerplate, with some useful utilities.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published