Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 467 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 467 Bytes

User Profile React

A simple user interface that demonstrates using React with webpack, and babeljs, as well as project structure

Requirements:

  • git
  • Node v6
  • npm v3

To run the app locally:

git clone https://github.com/dextreeamper/user-profile-react.git
cd user-profile-react
npm run setup
npm run dev
open http://localhost:8080