Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zircon-tech/reactjs-boilerplate
https://github.com/zircon-tech/reactjs-boilerplate
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zircon-tech/reactjs-boilerplate
- Owner: zircon-tech
- Created: 2022-04-26T13:44:44.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-04-26T16:39:53.000Z (over 2 years ago)
- Last Synced: 2024-02-15T16:32:45.765Z (10 months ago)
- Language: TypeScript
- Size: 191 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-zircon - NextJS Boilerplate
README
# ReactJS NextJS Boilerplate
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](https://github.com/zircon-tech/reactjs-boilerplate/blob/master/GUIDELINES.md)
## Tech Stack
NextJs with Typescript + TailwindCss + DaisyUI
## Setup
This project uses node version "16.14.2"
Install Node Version Manager (nvm) to move between versions;
### Install yarn
`npm i -g yarn`
### Install dependencies
`yarn install`
### Netlify
#### Instal Netlify's CLI
`npm i -g netlify-cli`
#### Config Netlify's 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`
#### Automated deploys
Automatic deploys are made by doing `git push` on a certain set of branches.
## Suggested flow
`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)