WillowTree Name Game test project
Includes React, Redux, Typescript, CSS Modules, SCSS.
Requires Node.js and NPM to build and develop.
git clone https://github.com/autochthe/willowtree-name-game.git &&
cd willowtree-name-game &&
npm install
Clone and install project dependencies
npm start
Start a webpack-dev-server for this project. The webpage will be available at http://localhost:8080/
.
npm run build
Build the project. The compiled webpage will be output in the /dist
directory.