trungdq88 / plain-react

My favorite boilerplate to create static web app with React.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build status Dependencies Dev dependencies Coverage Status

About

My favorite boilerplate to create static web app with React.

Initial dev setup

Make sure you have NodeJS v6 or above.

npm install 
npm start 

http://localhost:8123 should now be live with Hot Module Replacement.

Production build

npm install 
npm run build 

Production code placed at build

Test

npm test

Coverage report placed in ./coverage/ directory

Other commands

  • npm lint: linting.

About

My favorite boilerplate to create static web app with React.


Languages

Language:JavaScript 74.8%Language:HTML 22.5%Language:Vim Script 2.6%