Preact Admin Dashboard
Preact Admin Dashboard, This project was started using preact-boilerplate & preact-mdl.
and also inspired by Nectarine.rocks
Quick-Start Guide
Installation
1. Clone this repo:
git clone https://github.com/cyberid41/preact-admin-dashboard.git
2. Make it your own:
rm -rf .git && git init && npm init
This re-initializes the repo and sets up your NPM project.
3. Install the dependencies:
npm install
You're done installing! Now let's get started developing.
Development Workflow
4. Start a live-reload development server:
npm run dev
This is a full web server nicely suited to your project. Any time you make changes within the
src
directory, it will rebuild and even refresh your browser.Please open the following url
localhost:8080
5. Generate a production build in ./build
:
npm run build
You can now deploy the contents of the build
directory to production!
Example: deploy to surge.sh:
npm run deploy
NB: This project will be updated
License
MIT