0.1.2 • Published 5 years ago

cra-template-bdehlin-basic v0.1.2

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

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.