https://github.com/ui-d/neon_snake
https://github.com/ui-d/neon_snake
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ui-d/neon_snake
- Owner: ui-d
- Created: 2021-01-01T22:06:40.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-01T22:12:30.000Z (over 5 years ago)
- Last Synced: 2025-01-31T17:53:14.773Z (over 1 year ago)
- Language: JavaScript
- Size: 157 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Canvas Boilerplate is the go-to solution for quickly creating modern canvas pieces using ES6 and webpack.
## Getting Started
1. Clone the repo:
git clone https://github.com/christopher4lis/canvas-boilerplate.git
2. Install dependencies:
yarn
or
npm install
3. Run webpack:
npm start
Your canvas piece should open up automatically at http://localhost:3000 and you should see 'HTML CANVAS BOILERPLATE' on hover.