No description
  • JavaScript 53%
  • SCSS 45.4%
  • HTML 1.6%
Find a file
2018-05-16 12:25:10 +10:00
src Add prop type checking to components 2018-05-16 12:25:10 +10:00
.babelrc setup react app 2018-05-07 17:24:19 +10:00
.gitignore Update gitignore 2018-05-12 14:40:47 +10:00
package-lock.json Webpack config changes 2018-05-16 12:10:15 +10:00
package.json Add prop type checking to components 2018-05-16 12:25:10 +10:00
readme.md Add readme 2018-05-12 15:02:23 +10:00
webpack.config.js Webpack config changes 2018-05-16 12:10:15 +10:00
yarn.lock Add prop type checking to components 2018-05-16 12:25:10 +10:00

Sam Davis - Berlitz React Developer Test

First setup

Install dependencies using Yarn or NPM

yarn install 
npm install 

Dev Environment

Run the dev server using Yarn or NPM

yarn start
npm start

The dev server runs at localhost:8080

Production Environment

Build for production using Yarn or NPM

yarn run build
npm run build

The production files will be outputted to /dist