I've never created a React app from scratch so this was a way for me to make sure I understand all the things related to webpack and babel. After the basic set up of webpack I wanted to create a simple Carousel App that works for both desktop and mobile screens (finger-swipes).
1- $ git clone https://github.com/fridavbg/carouselApp.git
2- $ cd carouselApp
3 - $ npm i
4 - $ npm start
- Clone repo to your local machine
- Move into the react app folder
- Install dependencies with npm
- Start app server
Now the app is up and running on http://localhost:8080/
You can choose to look at an image by using the arrows or just plainly scroll through them all with the scrollbar at the bottom of each image. If you are on a mobile device you can also swipe through them all.