Skip to content

Instantly share code, notes, and snippets.

View ach206's full-sized avatar
💭
Discovering

Camille Hall ach206

💭
Discovering
View GitHub Profile
@ach206
ach206 / Animated.sequence()
Created December 15, 2020 07:44 — forked from dabit3/Animated.sequence()
React Native Animated.sequence()
import React, { Component } from 'react';
import {
AppRegistry,
StyleSheet,
Text,
View,
Animated
} from 'react-native'
const arr = []
@ach206
ach206 / webpack.lint.config.js
Created March 21, 2019 18:37 — forked from manavsehgal/webpack.lint.config.js
Webpack configuration for running Browsersync, ESLint and StyleLint along with Hot Reloading
// Initialization
const webpack = require('webpack');
const HtmlWebpackPlugin = require('html-webpack-plugin');
const CopyWebpackPlugin = require('copy-webpack-plugin');
const postcssImport = require('postcss-easy-import');
const BrowserSyncPlugin = require('browser-sync-webpack-plugin');
const path = require('path');
const StyleLintPlugin = require('stylelint-webpack-plugin');
const APP = path.join(__dirname, 'app');
@ach206
ach206 / Contract Killer 3.md
Created July 17, 2018 06:49 — forked from malarkey/Contract Killer 3.md
The latest version of my ‘killer contract’ for web designers and developers

Contract Killer

The popular open-source contract for web professionals by Stuff & Nonsense

  • Originally published: 23rd December 2008
  • Revised date: March 15th 2016
  • Original post