- Utility CSS with Tailwind CSS.
- CSS module
- I18n with LinguiJS.
-
Install Node.js 12+ (highly recommend the LTS version)
-
Install gulp-cli
npm install gulp-cli -g
-
Install dependencies
npm install
-
Make sure to run below command to generate messages from *.po files:
npm run compile
-
To start development build and auto reload on changes:
npm run watch
-
Build for production
npm run build:prod
- Tailwind CSS: How to style using Tailwind CSS.
- CSS module
- LinguiJS: How to add i18n to an React app using LinguiJS.