/alchemy-test

Primary LanguageJavaScript

Alchemy Test

Initial setup

$ npm install

Development build

$ npm run dev

or

$ npm run dev:watch

This will generate an unminified index.html file in /dev.

Production build

$ npm run build

This will generate a minified index.html file in /dist.

To run dev server

$ npm start

Point browser to http://localhost:8080

To deploy to Github Pages

$ npm run deploy