/colors

Primary LanguageJavaScript

Color Swatch

Environment Setup

Clone and navigate to the directory in your preferred way, or

git clone git@github.com:turingschool-examples/color_swatch.git
cd color_swatch

Then, get those dependencies:

npm install

If you run into issues where JavaScript you wrote isn't coming through the browser, try:

npm run build

Open your app on a webpack server:

npm start

And navigate to:

http://localhost:8080
  • Note make sure to keep npm start running during your development.

Resources