Skip to content

My favorite boilerplate to create static web app with React.

Notifications You must be signed in to change notification settings

trungdq88/plain-react

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published