This is a supercell website homepage clone.Just run the npm run watch:css command and customize the styles.
Here is the Live Site https://supercell-web-clone.netlify.app/
Install dependencies:
npm installThis will install all the dev dependencies needed for this project.
To watch your css files for changes, run:
npm run watch:cssThis will watch all the changes on the src/styles/postcss/main.css and compile it to src/styles/dist/style.css.
To run it in your local browser:
npm run devBuild and preview site
npm run build && npm run previewIf you encounter a problem regarding of some styles not working.Make sure that your borwser is not outdated.
See the MIT License file for more info.