- Git
- Use the latest version of Node (we started with Node-10); consider NVM
- We use
yarn
; go get it
$ git clone [email protected]:cybertooth-io/juventus-ab-ca.git
$ yarn install
$ yarn run start
Two separate processes are required to run the website in development mode. The first thread is watching the SASS files for changes in order to compile to CSS> The second thread is the webserver itself.
This blog post helped create this setup.
We're also using concurrently
for the start
script.
$ yarn run build