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 install
This will install all the dev dependencies needed for this project.
To watch your css files for changes, run:
npm run watch:css
This 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 dev
Build and preview site
npm run build && npm run preview
If 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.