Skip to content
This repository has been archived by the owner on Sep 29, 2022. It is now read-only.

santosoide/preact-admin-dashboard

Repository files navigation

Preact Admin Dashboard

Preact Admin Dashboard, This project was started using preact-boilerplate & preact-mdl.

and also inspired by Nectarine.rocks

View Demo


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

About

Preact Admin Dasboard Boilerplate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published