Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sudeepacharjee/typescript-project1

This is a Demo Website with navbar and darkmode using nextjs 13 and Typescript and tailwind css for Styling
https://github.com/sudeepacharjee/typescript-project1

netlify-deployment nextjs13 tailwindcss typescript

Last synced: about 14 hours ago
JSON representation

This is a Demo Website with navbar and darkmode using nextjs 13 and Typescript and tailwind css for Styling

Awesome Lists containing this project

README

        

This project is built using [React.js](https://reactjs.org/), [Next.js](https://nextjs.org/), [Tailwind CSS](https://tailwindcss.com/), [Typescript](https://www.typescriptlang.org/).

### Folder Structure

Project directories are structured as follows:

```
root
├── /public
├── /favicons
├── /img
├── /src
├── /components
├── /pages
├── /css
├── /fonts
├── /utils
package.json
tsconfig.json
next.config.js
postcss.config.js
tailwind.config.js

### Running Locally
```bash
npm install
npm run dev
```

Open [http://localhost:3000](http://localhost:3000) in your browser to see the result.