roxolan / react-boiler

A simple React boilerplate using the latest and experimental approaches and libraries

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-boiler

A simple React boilerplate using the latest and experimental approaches and libraries

preparation

yarn

If you haven't installed yarn, install it via

npm install --global yarn

Make sure the following global dependencies are installed:

yarn global add jest
yarn global add nodemon
yarn global add webpack
yarn global add standard

Run yarn in the root directory:

yarn install

webpack

custom scripts

code quality

To run eslint with standard:

npm run lint

About

A simple React boilerplate using the latest and experimental approaches and libraries


Languages

Language:JavaScript 100.0%