spyros-uk / react-app-boilerplate

Creates the base for developing a React app, including some handy tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React App Boilerplate

Installs React and adds tools to help with development and testing.
Uses babel and webpack to enhance browser compatibility and bundle the app.

Dependencies

- node (v10.10)

- npm

Developemnt

npm run dev

Runs the app in development mode.
Open http://localhost:9000 to view it in the browser.

Testing

npm test or yarn test

Runs all the test suites.

Deployment

npm run prod

Builds the app for production to the www folder.
It bundles React in production mode and optimizes the build for the best performance.

About

Creates the base for developing a React app, including some handy tools


Languages

Language:JavaScript 86.5%Language:HTML 13.5%