A starter for using React in a static environment.
- ⚛️ 100% React
- 🚧 CSS Modules with compiler-string-loader
- 🎁 Data Agnostic. Supply your site with data from anywhere.
- 🔥 Hot Reloadable out-of-the-box. Edit React components & styles in real-time.
- 💄 ESLint and Prettier for code style
# Install dependencies
yarn
# To develop
yarn start
# To generate the static files
yarn static