Setting Up a New WSK Project
Steps we follow to make WSK's initial setup ready when we start a new project. This checklist also covers how to import and start to use scss-starter with WSK.
Simply clone git repository to get started.
Remove existing .git folder, initialize a new one and create your first commit.
Create styles folder in src
directory and clone scss-starter into it.
Remove all files except scss
folder. Make sure you also removed the .git folder.
The files we want need to stay in the styles folder. Therefore, we can delete the scss folder after extracting all files.
Components and objects folders already exist in src
directory, so there is no need for them to stay anymore. Also, don't forget to remove them from _main.scss
file.
Import main.scss
file in the top of app.scss
file
Execute the yarn
command to install dependencies and then run yarn start
. You are ready to develop!