- HTML
- SCSS
- Typescript
Because this is use ES Module so this can't be simply run by open html file directly. You must use a local server (ex: live-server extension on VSCode or package live-server from npm),
For easiest way you can follow instruction below.
#Clone
$ git clone https://github.com/iceboy1406/bookshelf
#Install required packages
$ npm install
#Run project
$ npm run start
#Or run project and watch Typescript and SCSS files
$ npm run dev
This website created by Eko Susilo
BookShelf is under MIT Licence