ArnaudWeyts / the-craft-prototype

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prototype

Setup

Install dependencies

$ yarn install

or

$ npm install

Start the dev server

$ yarn start

or

$ npm run start

Create a production bundle in the build folder

$ yarn build

or

$ npm run build

Run tests

$ yarn test

or

$ npm run test

About


Languages

Language:JavaScript 86.8%Language:HTML 10.2%Language:CSS 3.0%