ozanilbey's isomorphic web application boilerplate
- Babel
- Webpack
- Express
- React
- React Router
- React Helmet (on client-side rendering)
- LESS
- Standard/ESLint
- React Helmet (on server-side rendering)
- React Context API
- PropTypes
- GraphQL
- MongoDB
- Flow
- Jest
- JWT
- Sample content
- Basic layout
- Custom UI library
- Dark mode
- A better debugging solution
- Setup
- Set process.env.PORT to your preferred port number
- Customize
- Edit "title" variable in webpack.config.js
- Edit meta data fields in /source/data/meta.json
- Replace images in /public/images/identity
- Build and run
- Development: npm run start:development
- Production: npm run start:production