MongoDB Express.js React.js Node.js
A Full MERN Stack Boilerplate for Web Apps. Includes a local authentication system using passport. User is given a simple profile with Full Name and Profile Picture. User is also able to reset password and username case.
brew install mongodb
npm install
Start the database
mongod
Start the client
npm run dev
Start the server
npm start
Start the database
mongod
Start the Server
npm run prod
npm run build
npm test
npm run test:verbose
npm run lint
npm run lint:fix
- Update Bulma to 7.0
- Reorganize Components
React - View Library
Redux - State Manager
Webpack - Code Packager for React
Express - Node Application Framework
Mongoose - MongoDB Framework
Passport - Authentication Framework
React Notification System - Notification System
Bulma - CSS Framework
FontAwesome - Icons
Ramda - Functional Library
SuperAgent - HTTP Request Library
ESLint - Code Linter
Code / Lab - JS Testing Framework
Enzyme - React View Testing