- Clone the repository
- Run npm install to install dependencies
- Run npm start to start the server. You should see Hi There! message in your browser if everything is succesful.
This is a skeleton project structure that sets up a React application for development environment using following libraries.
- babel for transpiling ES6 code
- webpack for bundling
- webpack-dev-server to host the application
- Watch - refreshes the browser for changes in code
- Includes source-map for debugging.