The Student Grade Table: Written in React
The Student Grade Table is a dynamic web application for teachers who want to record the grades of their students.
dev
- Start Webpack Dev Server on port3000
and JSON Server on port3001
. (Go tohttp://localhost:3000
)build
- Run Webpack to build the React client intoserver/public
. (Usually only run during deployment)