/pocket-studio

PocketStudio Code Challenge

Primary LanguageJavaScript

PocketStudio Code Challenge

CircleCI

https://paulbunker.github.io/pocket-studio/

Prerequisites

Node.js

Visit the Node.js site and follow the instructions to download and install

This project specifies node version ^11.10.1 nvm is a useful tool for managing different versions of node across projects https://github.com/nvm-sh/nvm

windows users https://github.com/coreybutler/nvm-windows/releases/download/1.1.7/nvm-setup.zip

nvm install 11.10.1

nvm use 11.10.1

Yarn

https://yarnpkg.com/en/docs/install

windows users https://yarnpkg.com/latest.msi

Installation

run yarn in the project folder to install project dependencies

development

yarn start To start a development server

yarn build Builds the app for production to the build folder.

yarn test Launches the test runner in the interactive watch mode.