This repo is a basic definition of a ReactJS project that we like to use at Zircon. Follow the instalation guide below and the code guidelines
NextJs with Typescript + TailwindCss + DaisyUI
This project uses node version "16.14.2"
Install Node Version Manager (nvm) to move between versions;
npm i -g yarn
yarn install
npm i -g netlify-cli
Log in using the following command, which will open Netlify's website for authorisation:
netlify login
(Make sure you are logged in with the right user. If not, log out and log back in.)
After loggin in, run the following command:
netlify link
Automatic deploys are made by doing git push
on a certain set of branches.
netlify link
netlify dev
netlify deploy --build
(previews deploy)
git push
(deploys to develop-hover-corporate-website or vdepending on what was chosen in step 1)