To run own copy:
- Clone the repository
- Run following commands:
npm i -g typescript webpack
npm i
npm link typescript
- Go to
html
directory and runnpm i
- For packing run
webpack
ornpm run build
command - For starting dev server on
localhost:3000
runwebpack-dev-server
ornpm run start
command