viruschidai / react-component-boilerplate

A boilerplate for fast development of reusable and self-contained React component.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React component boilerplate

This sets up the dev environment which allows you to focus on developing your reusable React component.

Features

Usage

Run the example

npm install
npm start
open http://localhost:3000

Start the example on a different port

PORT=5000 npm start

Linting

npm run lint

Testing

npm run test (Runs tests once)
npm run testDev (Runs tests in watch mode)

To generate distribution code

npm run build

License

MIT

About

A boilerplate for fast development of reusable and self-contained React component.


Languages

Language:JavaScript 97.7%Language:CSS 2.3%