bayleedev / material-dashboard

Baylee's Open Source Template

Home Page:https://baylee.dev/material-dashboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🤪 Baylee's Open Source Template

This template allows you to build TypeScript React applications that compile to gh-pages easily!

💫 Using this template

Clone the template

git clone git@github.com:bayleedev/material-dashboard.git PROJECT_NAME
cd PROJECT_NAME

Update the port

npm run reroll-port

Update git

rm -rf .git
git init
git add --all
git commit -m '🥳 Initial commit'
git remote add origin PROJECT_ORIGIN
git push

Initial deploy

npm install
npm run deploy

💻 Logistically

🤖 To run

npm install
npm start

📦 To deploy

npm run deploy

About

Baylee's Open Source Template

https://baylee.dev/material-dashboard

License:MIT License


Languages

Language:SCSS 30.4%Language:CSS 30.0%Language:HTML 22.4%Language:JavaScript 16.8%Language:TypeScript 0.4%