Skip to content

katmai7/reason-react-rollup-starter-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

212e1ca Â· Feb 17, 2018

History

6 Commits
Feb 17, 2018
Feb 17, 2018
Feb 17, 2018
Feb 17, 2018
Feb 17, 2018
Feb 17, 2018
Feb 17, 2018
Feb 17, 2018
Feb 17, 2018
Feb 17, 2018
Feb 17, 2018
Feb 17, 2018
Feb 17, 2018
Feb 17, 2018
Feb 17, 2018
Feb 17, 2018

Repository files navigation

Reason-react starter kit

License: MIT

Reason starter kit for creating react library.

Getting started

Clone this repository and install its dependencies:

git clone https://github.com/katmai7/reason-react-rollup-starter-kit.git
cd reason-react-rollup-starter-kit
yarn install

NPM scripts

  • yarn dev build lib in dev mode
  • yarn build build lib for production
  • yarn example run example server
  • yarn test run tests
  • yarn clean cleaning project

Development

Running the following command will open your default browser to example/index.html. Any modifications inside ./src trigger a browser refresh.

yarn dev

Production

Running the following command will build ./src/index.re to ./dist/your_lib_name.(cjs|es6|umd).js.

yarn build

Example app

The example app is running with the webpack as one of the main builders for web apps. Note that example app needs to build ./src/index.re file, so before running the example app, run yarn dev.

yarn dev
yarn example

Testing

Running the following command will run tests with Jest framework.

yarn test

Cleaning

Running the following command will clean project folders that are created by bucklescript and dist/temp/(folders you don't need to commit) folders.

yarn clean

License

MIT

Releases

No releases published

Packages

No packages published