Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sudeepacharjee/typescript-project1
- Owner: SudeepAcharjee
- License: other
- Created: 2024-02-16T16:17:05.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-02-16T16:22:49.000Z (9 months ago)
- Last Synced: 2024-05-01T17:42:39.610Z (7 months ago)
- Topics: netlify-deployment, nextjs13, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://typescript-demo.netlify.app/
- Size: 132 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.