Little React app to create dark / light mode in tailwindcss
You need to install all of the dependencies of the project:
yarn install
# or
npm install
Then, you need to generate the build of tailwindcss with the following command:
yarn build-css:dev
# or
npm build-css:dev
# if you need production build
yarn build-css:prod
# or
npm build-css:prod
Now, you can run the ReactJS App:
yarn start
# or
npm start
All the important library's that the project use.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate.
MIT LICENSE - Angel Martinez