Skip to content

oak93/react-boilerplate

Repository files navigation

react-boilerplate

A boilerplate to create react application without cra.

Installation

Install the all dependencies.

$ cd react-boilerplate
$ npm install

How to start

    npm start              // to start webpack development server

How to build

    npm run build          // to build for production

How to run tests

    npm run test            // to run tests
    npm run test:watch      // to run tests in watch mode

Note: watch mode requires an initialized git in project's directory!

About

a react configuration without cra

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published