Starter responsive dashboard layout built with tailwindcss and React.
To get started:
-
Clone the repository:
git clone https://github.com/trzimm/starter-dashboard-layout-react.git cd starter-dashboard-layout-react
-
Install the dependencies:
# Using npm npm install
-
Start the development server:
# Using npm npm start
Now you should be able to see the project running at localhost:8080.
To build an optimized version of your CSS, simply run:
-
Create the build:
# Using npm npm run build
-
Deploy to github pages:
# Using npm npm run deploy
This project is a React version of Kamona-WD's starter-dashboard-layout. Kudos to their work and if you can, buy them a coffee.