Skip to content

cybertooth-io/juventus-ab-ca

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

juventus-ab-ca

Prerequisites

  • Git
  • Use the latest version of Node (we started with Node-10); consider NVM
  • We use yarn; go get it

Development Environment - Getting Started

Clone Repo

$ git clone git@github.com:cybertooth-io/juventus-ab-ca.git

Running

$ 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.

Building For Production

$ yarn run build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published