First draft of a workspace for managing multiple project solutions.
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.
- 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>
- with yarn
yarn install
- with npm
npm install
yarn build
or
npm run build
Run yarn start
to intialize and run the webpack development server. Navigate to http://localhost:3000/.
yarn start
or
npm start