Skip to content

Zalisoft/zalisoft.github.io

Repository files navigation

zalisoft.com React Next Js website

For more info about the project initial configuration roadmap, features and tools see https://github.com/ouedyan/nextjs-template.

Scripts

Run the development server

yarn dev

Building for production

yarn build

Building for production and static deploying to GitHub Pages (gh-pages branch)

yarn deploy

Run in production mode

yarn start

Generate your changelog for the first release. This will tag a release without bumping the version

yarn run release --first-release

Generate typical changelog and bump version

yarn run release

Project directory structure

Main folder structure

📂 components
  ...📄 {component}.tsx
  ...📂 {page}
     ...📄 {component}.tsx

📂 lib
  📂 data
    ...📄 {service}.ts
  📂 types
    ...📄 {type}.ts

📂 pages
  📂 api
    ...📄 {apiPath}.ts
  _app.tsx ?
  _document.tsx ?
  ...📄 {path}.ts

📂 public
  📂 icons
  📂 images
  📄 favicon.ico
  📄 robots.txt

📂 styles
  📄 globals.scss

Project tech stack useful resources

React

Next.js

Tailwind Css

Typescript

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages