Small sample made with React

This is small sample of React App

Getting Started:

First you need to install all npm packages -> npm i.

After all packages will be installed run this -> npm run start and app will automatically run at http://localhost:3333/.

If you'd like to change port where you wanna run this app just go to webpack.config.js and change the port at line 34.