alexilyaev / react-es6-starter

A modern boilerplate for React projects
6 stars 2 forks source link
es6 react starter webpack

React ES6 Starter

CircleCI codebeat badge Dependency Status Dependency Status

Features

Getting Started

  1. Install Node.js (choose Current)
  2. git clone or Download this repo
  3. Update the README to your needs
  4. Install dependencies (at the root of the repo):

    npm install

Development

Run webpack-dev-server

npm start

Build the project for deployment

npm run build

To run the build locally

npm i -g serve
serve -s dist