🖥️ Playing with Ethereum.
-
Install node modules:
npm install
-
Create a
.env
file in the root of this project and fill it with environment variables.
There are lots of npm scripts at your disposal during local development. Here are some of the more important ones:
Start command | Description |
---|---|
npm run analyze | Shows interactive visualization of the webpack bundle. |
npm run dev | Starts the local dev server. |