WordPress template for CO2ken using TypeScript and webpack.
-
Add the MySQL database (./db/co2ken.sql) to your server.
-
Upload the WordPress folder to your server.
-
Update the
wp-config.php
file with the database credentials.
-
Run
npm install
. -
Run
npm start
to begin the webpack listening service for converting TypeScript into web-friendly JavaScript. -
Use a program like prepros to compile SCSS to CSS.