React! Express! Sequelize!
A small full stack web app.
- after cloning, run git checkout starting-point.
- npm init
- create a database called 'spicy-libros'
- run npm run seed (if you ever want to revert to your original starting point, run this)
- Run 'npm run start-dev' to start your server!
- to check your work against the solution, run git checkout master.