https://github.com/chuksjoshuaa/innoloft
Innoloft: Revolutionizing B2B Tech Ecosystems and Digital Transformation. Explore our interconnected platform driving seamless business networking and innovation exchange.
https://github.com/chuksjoshuaa/innoloft
axios react-quill reactjs redux-toolkit svg tailwindcss
Last synced: 2 months ago
JSON representation
Innoloft: Revolutionizing B2B Tech Ecosystems and Digital Transformation. Explore our interconnected platform driving seamless business networking and innovation exchange.
- Host: GitHub
- URL: https://github.com/chuksjoshuaa/innoloft
- Owner: ChuksJoshuaa
- Created: 2023-06-30T23:36:57.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-29T04:35:32.000Z (over 2 years ago)
- Last Synced: 2025-07-04T13:22:00.082Z (12 months ago)
- Topics: axios, react-quill, reactjs, redux-toolkit, svg, tailwindcss
- Language: TypeScript
- Homepage: https://chuck-innoloft-task.netlify.app/
- Size: 183 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Innoloft

## Setup
Make sure to install the dependencies:
```bash
# yarn
yarn install
# npm
npm install
# pnpm
pnpm install
```
## Development Server
Start the development server on http://localhost:3000
```bash
npm start
```
## Production
Build the application for production:
```bash
npm run build
```
Locally preview production build:
```bash
npm run preview
```