permalink |
---|
/index.html |
This example uses Parcel.js to install no-mouse-days locally and run it on a webpage.
- Node.js
- npm
- Install Parcel dependency in this example folder:
npm install
Run the Parcel script in development mode:
npm start
Open the server generated by Parcel in a web browser, using a link such as http://localhost:1234
.