/polygons-workspace

First draft of a workspace for managing multiple project solutions.

Primary LanguageTypeScriptMIT LicenseMIT

State-managed polygons workspace

First draft of a workspace for managing multiple project solutions.

Requirements

To run this project, you’ll need to install node 14 or greater. The LTS version of Node.js is recommended.

The dependencies of this project are managed with yarn (see installation guide here). However you can simply use the node package manager, npm for your dependency management.

Setting up

  • Clone this project to any folder on your local machine
git clone https://github.com/temilaj/polygons-ta <FOLDER_NAME_HERE>
  • Navigate into the folder name specified
cd <FOLDER_NAME_HERE>

Installing Packages

  • with yarn
yarn install
  • with npm
npm install

Runnning the bundle

 yarn build

or

 npm run build

Running the app

Run yarn start to intialize and run the webpack development server. Navigate to http://localhost:3000/.

 yarn start

or

 npm start

LICENSE