Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 453 Bytes

File metadata and controls

46 lines (31 loc) · 453 Bytes

React sample project

// Todo: Screenshot goes here

The stack

Tools

  • Parcel bundler

Dependencies

  • React

User guide

To build and run this project on local machines:

npm start

To build for production:

npm run build

Progress

  • Core
  • User registration page
  • User login page
  • User profile page

Todo

  • Unit test
  • Style Lint (ESLint...)
  • ...