A simple CRC card generator. Check it out live here.
To install the required dependencies, simply run the following commands in the root directory of the project.
$ npm install
To compile the assets, run:
$ npm run build
If you want to launch a development server and automatically recompile on file changes, run:
$ npm run dev
You can then load up http://localhost:3000/ in browser.