Skip to content

Fibonalabs-Developers/ui-web-tailwind-cra-base-repo

Repository files navigation

Getting Started

First, run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

Folder Structure

pages

Each file in pages/ is associated with a route based on its filename

src/api

for API services

src/lib

3rd party libraries

src/components

common components for application

src/views

module specific components

src/utils

miscellaneous/helper code

src/types

types/interface for application

src/assets

Application Assets

Scripts

Linting

npm run lint

Tools

QuickType used to generate typescript interfaces. Converts JSON to interfaces

Docker

Run as a docker:

docker-compose up

Open http://localhost:3000 with your browser to see the result.

Reference

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published