Basic boilerplate for React 16, Webpack 4, React Router 4. A minimal React project boilerplate suitable for quick app prototyping (front-end only option) or as a starting point for app development (full-stack option).
- React >16.4
- Webpack 4
- React Router 4
- Babel 7
- ESLint enabled
- MySQL or MongoDB
git clone https://github.com/BrunoTorresF/modern-react-boilerplate.git
- cd modern-react-boilerplate
npm install
- Start Webpack Dev Server with
npm run frontend
- Start Webpack with
npm run dev
- Start nodemon with
npm run start-dev
- visit
http://localhost:3000/
- edit your database connection details and delete the database file you're not using