adds code


After we finish our API route that serves data from a MySQL database, we create a React front end. To get React working we need to create Express routes, serve an HTML file (we are going to use a JADE template), configure a new webpack file to build our frontend bundle, and setup package.json to run the new webpack file.
Previous Post Next Post