Skip to content

dbharris2/dnd

Repository files navigation

dnd

How to run this?

yarn will install all dependencies. yarn run dev will start a webpack watchman process that will create a new public/bin/bundle.js each time a file in public/scripts changes. yarn run build will manually build a new public/bin/bundle.js each time its run. Then yarn start will get the server going at localhost:3000.

The actual commands:

yarn
yarn run dev
yarn start

What else?

This project uses Facebook's Flow package. To check flow, simply use yarn run flow.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published