ReactJS-Example
ReactJS-Example copied to clipboard
Example ReactJS, Webpack, Jest, AWS S3 Application
ReactJS Example
Prerequisites
You will need the following things properly installed on your computer.
Installation
-
git clone <repository-url>
this repository - change into the new directory
-
bin/setup
Running / Development
-
npm start
- Visit your app at http://localhost:8080/webpack-dev-server/.
Running Tests
-
npm test
Building
-
npm run build:development
(development) -
npm run build:production
(production)