Skip to content

cigzigwon/tailwind-puzzle

Repository files navigation

Tailwind Puzzle w/React & Interact.js

webpack-dev-server

To start up a Webpack Development Server, run the following command:

# Using npm
npm run dev

# Using Yarn
yarn dev

Production build

Specific production configuration is setup in webpack.prod.js.

To build a production bundle run:

# Using npm
npm run build

# Using Yarn
yarn build

After that you will have a ready to deploy bundle at /dist.

Additonal info

Make sure to check postcss.config.js and .babelrc for more information about PostCSS and Babel's configuration.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published