A start page that looks like BIOS screen.
The page can be built locally.
npmoryarnto install the dependenciesgulpto compile the HTML filewebpackto compile the JS and CSS
- Run
npm installoryarn install
To develop it on your local machine, run:
$ gulpmeanwhile on another terminal:
$ npm run serveYou can see the page from http://localhost:8080 or http://localhost:8080/webpack-dev-server/.
You can pack this start page as a Chrome extension for new tabs.
$ gulp build
$ webpack -pYou will find inside /output there are 3 files, index.html,
bundle.js, and manifest.json. To pack the page as an extension,
follow the official guide.
