Easily create a new fxhash project.
- node v12 - v16
- npx
- npm
$ npx @liamegan1/fxhash-starter my-dir
$ cd my-dir
$ npm start
Once set up, your new project will contain a start script and a build script for developing and compiling your project for production. The basic setup will load a loacl webserver at http://localhost:1234
You don't even need to clone or download this repository first, unless you want to branch it.
Perfect for the most basic of projects. Includes fx-helpers as a dependency and that's it.