0.1.2 • Published 5 years ago
cra-template-bdehlin-basic v0.1.2
This utility is for setting up the boilerplate for a react app using the following: -express -express-session -socket.io -bcryptjs -axios -context api -react-router-dom -formik -material-ui -sequelize
User data is stored in context but redux is included for those that may be using it. Current build uses formik and material-ui for the forms on the Login and Register component.
This version of the template still uses sql files instead of using an ORM for users not comfortable with migrating to an ORM.