@matbueno/react-boilerplate
v0.0.1
Published
An opinionated React boilerplate using Webpack, PostCSS and Babel
Readme
Matt's React Boilerplate
This is a dead simple React Boilerplate using Webpack, PostCSS and Babel
Requirements
- Yarn v1+
- Node v11.10+
How to run
- Install the dependencies:
yarn - Start the dev server:
yarn dev
Production mode
Running yarn build webpack will build the app into a dist folder and then express server will be started.
