LTZX / EmployeeCRUD-React

Libra intern technical assignment
0 stars 0 forks source link

Employee CRUD

By Zhiyi Xu

This file only includes the instructions of using the app.
For more information please check the Report.pdf file.

Steps

========For Mac=======

  1. Unzip the "employeeapp.zip"
  2. Open the terminal
  3. cd to the folder employeeapp (/.../employeeapp)
  4. Run the command: npm start
  5. Open the browser and redirect to http://localhost:8080/
  6. The App should be ready

Make sure you install the node js first
Please use Google Chrome if possible

Following were installed
npm install webpack --save
npm install webpack-dev-server --save
npm install -g babel-cli
npm install babel-core
npm install babel-loader
npm install react --save
npm install react-dom --save
npm install babel-preset-react
npm install babel-preset-es2015