Skip to content

daccred/evm-tensorkit

Repository files navigation

Codev Template

This is a Codev template project that includes:

  1. Next.js with Pages Router
  2. Tailwind CSS Framework
  3. Context for global state management

Features

  • Next.js Pages Router: Utilizes the traditional routing system of Next.js for easy navigation and page management.
  • Tailwind CSS: A utility-first CSS framework that provides low-level utility classes to build custom designs quickly and efficiently.
  • Context API: Implements React's Context API for efficient global state management.

Getting Started

  1. Clone this repository
  2. Install dependencies:
    npm install
    
  3. Run the development server:
    npm run dev
    
  4. Open http://localhost:3000 in your browser to see the result.

Project Structure

  • pages/: Contains all the pages of the application
  • components/: Reusable React components
  • contexts/: Global state management using Context API
  • hooks/: Custom React hooks
  • styles/: Global style (global.css)
  • utils/: Utility functions and helpers

Learn More

To learn more about the technologies used in this template, check out the following resources:

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages