Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 325 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 325 Bytes

React Starter Kit

Usage

git clone https://github.com/maxifjaved/react-webpack-express-boilerplate.git
cd react-webpack-express-boilerplate/
npm install
npm run server
open http://localhost:3000

Linting

This project includes React-friendly ESLint configuration.

npm run lint