mirror of
https://github.com/treetrum/react-test
synced 2026-06-06 13:20:57 +10:00
No description
- JavaScript 53%
- SCSS 45.4%
- HTML 1.6%
| src | ||
| .babelrc | ||
| .gitignore | ||
| package-lock.json | ||
| package.json | ||
| readme.md | ||
| webpack.config.js | ||
| yarn.lock | ||
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